You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Is it worthwhile refactoring the code and some of the database related functions I see in the schema such that simpler/smaller installations can be deployed? For example using a BoltDB database?
The text was updated successfully, but these errors were encountered:
The current repository interface already abstracts the application from the underlying used database.
However, the real reason jackal doesn't support extra databases other than PgSQL is quite simple: time.
Having to maintain two different implementations would require me a precious time that I'd rather invest on some other features that IMO would add more value.
Anyway, I like your idea of having smaller/simpler installations. And if possible, I'd consider it in the future. 😃
Is it worthwhile refactoring the code and some of the database related functions I see in the schema such that simpler/smaller installations can be deployed? For example using a BoltDB database?
The text was updated successfully, but these errors were encountered: