Background
Currently, Pramen supports only PostgreSQL as the bookeeping relational database. But Slick framework supports variety of other database vendors. It should be easy to make Slick profiles to be chosen based on the JDBC driver used so that bookkeeping can work with other databases supported by Slick.
This applies to::
- Bookkeeping abstraction
- Locking
- Journal
- Offset Management
Feature
Use Slick profile corresponding to the bookkeeping database vendor.
Example [Optional]
--
Proposed Solution [Optional]
--