Skip to content
This repository was archived by the owner on Jun 6, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 669 Bytes

File metadata and controls

19 lines (10 loc) · 669 Bytes

The Database Layer

The database layer in HarmonyCMS in managed by Doctrine itself.
Doctrine provides several PHP libraries primarily focused on database storage and object mapping.
It support SQL and No-SQL databases, such as: MySQL, MariaDB, PostgreSQL, SQLite, MongoDB, ...

Doctrine bundles

Here is the list of bundles who are compatible with both ORM and ODM to extends the Doctrine functionalities:

Learn more