Skip to content
/ dbal Public
forked from nextras/dbal

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

License

Notifications You must be signed in to change notification settings

jtojnar/dbal

This branch is 25 commits behind nextras/dbal:main.

Folders and files

NameName
Last commit message
Last commit date
Dec 18, 2024
Jan 1, 2023
Dec 12, 2024
Nov 11, 2024
Dec 18, 2024
Oct 17, 2020
May 28, 2020
Nov 27, 2021
Dec 31, 2024
Jan 15, 2015
Jan 1, 2023

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 97.5%
  • Twig 1.4%
  • HTML 1.1%