Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T11:03:07.000Z (11 days ago)
- Last Synced: 2024-12-14T16:03:13.983Z (9 days ago)
- Topics: database, dbal, mssql, mysql, nextras, php, postgres
- Language: PHP
- Homepage: https://nextras.org/dbal
- Size: 1.15 MB
- Stars: 79
- Watchers: 17
- Forks: 29
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
README
Nextras Dbal
============[![Build Status](https://img.shields.io/github/actions/workflow/status/nextras/dbal/build.yml?branch=main)](https://github.com/nextras/dbal/actions?query=workflow%3ABuild+branch%3Amain)
[![Downloads this Month](https://img.shields.io/packagist/dm/nextras/dbal.svg?style=flat)](https://packagist.org/packages/nextras/dbal)
[![Stable Version](https://img.shields.io/packagist/v/nextras/dbal.svg?style=flat)](https://packagist.org/packages/nextras/dbal)
[![Code coverage](https://img.shields.io/coveralls/nextras/dbal.svg?style=flat)](https://coveralls.io/r/nextras/dbal)
[![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/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).