https://github.com/devture/dbal
Tiny database abstraction layer for MongoDB (doctrine/mongodb) and relational databases (doctrine/dbal)
https://github.com/devture/dbal
Last synced: 2 months ago
JSON representation
Tiny database abstraction layer for MongoDB (doctrine/mongodb) and relational databases (doctrine/dbal)
- Host: GitHub
- URL: https://github.com/devture/dbal
- Owner: devture
- License: bsd-3-clause
- Created: 2013-12-26T21:32:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T13:25:43.000Z (about 8 years ago)
- Last Synced: 2025-01-29T22:44:56.456Z (3 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DBAL
Tiny database abstraction layer for [MongoDB](http://www.mongodb.org/) (on top of [doctrine/mongodb](https://github.com/doctrine/mongodb)) and relational databases (on top of [doctrine/dbal](https://github.com/doctrine/dbal)).
It provides a non-POPO base model class and [Identity Mapping](https://en.wikipedia.org/wiki/Identity_map_pattern) 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](http://docs.doctrine-project.org/projects/doctrine-mongodb-odm/en/latest/) and the [Doctrine ORM](http://www.doctrine-project.org/projects/orm.html) have you covered if you need more "magic".