Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

FrancoisChaumont/db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB - Database management library using PDO

GitHub release contributions welcome GitHub issues GitHub stars Github All Releases

PHP libray to manage databases using PDO

Currently supports:
MySQL, MariaDB, PostgreSQL - tested
possibly others - to be tested

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Requirements

PHP 7.1+

Installation

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"

Testing

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.

Built with

  • Visual Studio Code

Authors

See also the list of contributors who particpated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Notes

Todo: Test support to more databases