Skip to content
This repository has been archived by the owner on Jan 29, 2021. It is now read-only.
/ databasic Public archive

[Deprecated] Use the Titon\Model package.

License

Notifications You must be signed in to change notification settings

milesj/databasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Databasic v3.0.0

A wrapper class for accessing, abstracting and manipulating a MySQL database.

Requirements

Features

  • Creates a connection to a database using MySQLi
  • Can store and connect to multiple databases
  • Stores the connection within a Multiton instance
  • Logs queried information and total executed queries
  • Binds variables to SQL statements; similar to PDO
  • Cleans all binded data to prevent mysql injection
  • Fetches data as an object or an associative array
  • Logs each queries execution time
  • Has support for a debug mode
  • Pre-built methods for CREATE TABLE, DELETE, DESCRIBE, DROP, UPDATE, INSERT, SELECT, TRUNCATE and OPTIMIZE
  • And much more...

Documentation

Thorough documentation can be found here: http://milesj.me/code/php/databasic

About

[Deprecated] Use the Titon\Model package.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages