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

Latest commit

 

History

History

database-layer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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