Open
Description
Adding support for more Database could be a super interesting features.
Suggestion:
Embeded:
- noSQL embeded? open to suggestion.
=> NeDB - https://github.com/louischatriot/nedb/ - SQLite - package: https://www.npmjs.com/package/sqlite3
NoSQL:
Others NoSQL engine?
- ArangoDB
- RethinkDB
SQL:
- PostGreSQL
- Mysql
All contributions are welcome.
The Database Service just offer an interface with the DB for AxonCore since it uses Database natively.
It needs to replicate the current behavior with a different Database engine.