Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/halojoy/php-pdo-dsn-creator
- Owner: halojoy
- License: mit
- Created: 2017-08-07T12:04:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T09:16:23.000Z (over 5 years ago)
- Last Synced: 2024-10-12T12:21:34.256Z (about 1 month ago)
- Topics: database, dsn, mysql, pdo, php, php-7, postgresql, sqlite
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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