nextras / dbal

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

Home Page:https://nextras.org/dbal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextras Dbal

Build Status Downloads this Month Stable Version Code coverage Packagist PHP Version Support

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.

Integrations:

  • Symfony Bundle
  • Nette DI Extension
  • Tracy Panel

Docs & resources

Installation

Use composer:

$ composer require nextras/dbal

License

MIT. See full license.

About

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

https://nextras.org/dbal

License:MIT License


Languages

Language:PHP 97.5%Language:Twig 1.4%Language:HTML 1.1%Language:Shell 0.0%