https://github.com/nextras/dbal
Database Abstraction Layer – concise secure API to construct queries & fetch data
https://github.com/nextras/dbal
database dbal mssql mysql nextras php postgres
Last synced: 30 days ago
JSON representation
Database Abstraction Layer – concise secure API to construct queries & fetch data
- Host: GitHub
- URL: https://github.com/nextras/dbal
- Owner: nextras
- License: mit
- Created: 2015-01-12T22:15:27.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T14:54:51.000Z (about 2 months ago)
- Last Synced: 2025-04-16T21:34:51.601Z (about 2 months ago)
- Topics: database, dbal, mssql, mysql, nextras, php, postgres
- Language: PHP
- Homepage: https://nextras.org/dbal
- Size: 1.14 MB
- Stars: 81
- Watchers: 16
- Forks: 31
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
Nextras Dbal
============[](https://github.com/nextras/dbal/actions?query=workflow%3ABuild+branch%3Amain)
[](https://packagist.org/packages/nextras/dbal)
[](https://packagist.org/packages/nextras/dbal)
[](https://coveralls.io/r/nextras/dbal)
[](https://packagist.org/packages/nextras/dbal)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
- [Documentation](https://nextras.org/dbal/docs)
### Installation
Use composer:
```bash
$ composer require nextras/dbal
```### License
MIT. See full [license](license.md).