hammond
hammond copied to clipboard
[FEATURE REQUEST] Additional Database Support
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.
+1 on this
+1 on this
Let me see how this can be done.
On Mon, 4 Apr 2022 at 02:13, photomatix18 @.***> wrote:
+1 on this
— Reply to this email directly, view it on GitHub https://github.com/akhilrex/hammond/issues/46#issuecomment-1086945849, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEMVPVW636B4AFIN3F3LMLVDH7IDANCNFSM5IUAW56A . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Thanks and Regards, Akhil Gupta
Would like to see postgresql as an option aswell
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. 😊