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

 
 

Repository files navigation

Nextras Dbal

Build Status Build Status AppVeyor Downloads this Month Stable Version Code coverage

A powerful abstraction layer for database. Fast & Safe.

Supported platforms:

  • MySQL via mysqli extension,
  • PostgreSQL via pgsql extension,
  • MS SQL Server via sqlsrv extension.

Installation

Use composer:

$ composer require nextras/dbal

Docs & sources

Thanks

This project is inspired by great libraries:

License

MIT. See full license.