Skip to content

A lightweight wrapper around PHP::PDO, providing both SQL abstraction and an extensible query interface.

License

Notifications You must be signed in to change notification settings

fluxbb/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluxbb-database Build status

A lightweight wrapper around PHP::PDO, providing both SQL abstraction and an extensible query interface.

The SQL syntax abstraction we perform has 2 goals:

  • Allowing portability between different DBMS.
  • Allowing queries to be easily modified by hooks and/or filters before execution.

Documentation

On our website

Supported drivers / dialects

  • MySQL
  • SQLite 3
  • PostgreSQL, from 8.4

Theoretically, it is easy (and planned for the future) to add new adapters (if supported by PDO), although some SQL abstraction might have to be rewritten.

License

LGPL - GNU Lesser General Public License

About

A lightweight wrapper around PHP::PDO, providing both SQL abstraction and an extensible query interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages