Skip to content
/ dbal Public

Database Abstraction Layer – concise secure API to construct queries & fetch data

License

Notifications You must be signed in to change notification settings

nextras/dbal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nextras Dbal

Build Status Downloads this Month Stable Version Code coverage

A powerful abstraction layer for a database. Fast & Safe.

Supported platforms:

  • MySQL via mysqli or pdo_mysql extension,
  • PostgreSQL via pgsql or pdo_pgsql extension,
  • MS SQL Server via sqlsrv or pdo_sqlsrv extension.
  • Sqlite via pdo_sqlite extension.

Integrations:

  • Symfony Bundle
  • Nette DI Extension
  • Tracy Panel

Docs & resources

Installation

Use composer:

$ composer require nextras/dbal

License

MIT. See full license.