An open API service indexing awesome lists of open source software.

https://github.com/thecodingmachine/database.dbconnection

This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
https://github.com/thecodingmachine/database.dbconnection

Last synced: 10 months ago
JSON representation

This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.

Awesome Lists containing this project