Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

cba85/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database

A simple class of PDO to use with any SQL Database

Install

Via Composer

$ composer require cba85/database

Usage

    use \Database\PDO\SQL as DB;

    $sql = new DB('host', 'db', 'user', 'pass');

You'll find more examples in the example folder.

Testing

Tests unavailable.

Credits

About

⌨️ Simple PDO Class

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages