Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).