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
Hi @akhilrex, I saw you used gorm. Shouldn't it be relatively easy to support other DBs as gorm already has support for PSQL and whatnot? If I can find some spare time I'll try to put up a draft PR and do some tests. 😊
I'm happy to take a look at how we can use gorm to implement db support but not very experienced with go.
The text was updated successfully, but these errors were encountered:
From akhilrex#46
It would be nice if I could use a MariaDB/MySQL server instead of the SQLite database. I'm storing my data on a NAS, and IME SQLite doesn't play nicely with remote storage.
I'm happy to take a look at how we can use gorm to implement db support but not very experienced with go.
The text was updated successfully, but these errors were encountered: