Replies: 1 comment 3 replies
-
|
Been using SQLite for convenience and also because I have shell scripts to run on it - I'll often clone the db file to my machine to run calculations of my own, which aren't available on the dashboard. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Wakapi supports various different database systems and I'd like to get an idea about what database people are actually using for their self-hosted instances.
This may give an indication about which of them are actually worth the effort of maintaining the support for. Even though we're using an ORM that abstracts from most of the implementation-specific stuff, we still have quite a bit of corner case code for different DBMS. For example, SQL Server is always being a bit of a special snowflake and requires some extra treatment.
17 votes ·
Beta Was this translation helpful? Give feedback.
All reactions