Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 973 Bytes

File metadata and controls

26 lines (19 loc) · 973 Bytes

TobyMaxham Database

Latest Stable Version Total Downloads Latest Unstable Version License

SEE Illuminate Database

Quickly use

TobyMaxham\DBConnector::connect([
	'host'      => 'localhost',
	'database'  => 'database',
	'username'  => 'root',
	'password'  => 'password',
]);

and you'll be done.

License

TobyMaxham's Database is licensed under The MIT License (MIT).

Eloquent by Illuminate Database