Hacker News new | ask | show | jobs
by semanser 815 days ago
Thanks! The project is using gorm (gorm.io) so it should be easy to be able to support sqlite as well since all the queries should be db agnostic. I want to make installation/usage as easy as possible so wrapping everything into a docker container and/or using another DB is an option for sure. I will check what is possible to do :)