Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/halojoy/php-pdo-dsn-creator

A class that will configure PHP PDO DSN Connection and write this to a config file. Supports DSN for 3 databases.
https://github.com/halojoy/php-pdo-dsn-creator

database dsn mysql pdo php php-7 postgresql sqlite

Last synced: about 1 month ago
JSON representation

A class that will configure PHP PDO DSN Connection and write this to a config file. Supports DSN for 3 databases.

Awesome Lists containing this project

README

        

# PHP-PDO-DSN-Creator
A class that will configure PHP PDO DSN Connection and write this to a config file.

Supports DSN connection for 3 different databases:
* SQLite
* MySQL
* PostgreSQL