Add your own db engine

Atena db is written following the latest object-oriented programming paradigms (abstract classes, interfaces, dependency injection, namespacing).

We designed our internal architecture with an abstraction layer to easily allow you to customize Atena Db.

Thanks to this abstraction layer you will be able to add your own db engine or any other db engine you want.

⚠️ NOTE: Atena Db core right now isn't open-source yet, but when it will be you will be able to customize it easily as you like 👍