PHP libray to manage databases using PDO
Currently supports:
MySQL, MariaDB, PostgreSQL
- tested
possibly others
- to be tested
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
PHP 7.1+
Install this package with composer by simply adding the following to your composer.json file:
"repositories": [
{
"url": "https://github.com/FrancoisChaumont/db.git",
"type": "git"
}
]
and running the following command:
composer require francoischaumont/db "^3.0"
Under the folder named tests you will find a SQL file and a test script ready to use. The SQL file is a dump of a test database which the test script relies on.
- Visual Studio Code
- Francois Chaumont - Initial work - FrancoisChaumont
See also the list of contributors who particpated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.
Todo: Test support to more databases