JPDSousa / rookit-core

:rocket: Rookit - A fully hackable open-source music library manager
MIT License
1 stars 0 forks source link

Support for custom database drivers #12

Open JPDSousa opened 7 years ago

JPDSousa commented 7 years ago

At this point Rookit only works with Smof (i.e. MongoDB), through the rookit-mongodb project. It would, however, be interesting to support other database drivers, by generalizing the driver interface.

This issue is related with #3

Planning support for:

Note: since we are planning to support multiple RDBMSs, it would be cool to investigate integration with Hibernate.

BiStream sources:

JPDSousa commented 6 years ago

This is currently in progress. The API has been created and the MongoDB adapter is now being built around it.