devture/dbal

Tiny database abstraction layer for MongoDB (doctrine/mongodb) and relational databases (doctrine/dbal)

Maintainers

Package info

github.com/devture/dbal

pkg:composer/devture/dbal

Statistics

Installs: 5 053

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

1.2 2017-03-09 13:25 UTC

This package is not auto-updated.

Last update: 2026-02-28 19:46:53 UTC


README

Tiny database abstraction layer for MongoDB (on top of doctrine/mongodb) and relational databases (on top of doctrine/dbal).

It provides a non-POPO base model class and Identity Mapping repository classes for both MongoDB and relational databases.

The goal of this project is to provide a semi-low-level database abstraction layer. Doctrine MongoDB ODM and the Doctrine ORM have you covered if you need more "magic".