Added a sqlite database to my Simon app using Drizzle as the ORM, it was pretty easy for the most part.
-
Added a sqlite database to my Simon app using Drizzle as the ORM, it was pretty easy for the most part. Getting the dockerfile set up for deployment was a bit troublesome but at least I gained some knowledge from that experience. The best part of this setup is that since sqlite is an embedded database, I don't have to have another docker container running a database process. I just have a docker volume with the database file in it and expose that to the container with docker compose. Definitely easier than using mysql or postgres for a small project.
I just want to do some styling now and I'll be done with this project. Probably another half-day of work should do it.
This project has unexpectedly turned out to be a very good learning experience. Finally getting more comfortable with typescript as well!
-
R AodeRelay shared this topic