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: about 1 month 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-05-13T07:48:44.000Z (6 months ago)
- Last Synced: 2024-05-22T00:04:02.491Z (6 months ago)
- Topics: database, dbal, mssql, mysql, nextras, php, postgres
- Language: PHP
- Homepage: https://nextras.org/dbal
- Size: 1.11 MB
- Stars: 77
- Watchers: 17
- Forks: 27
- Open Issues: 8
-
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).