NimStoryFont
NimStoryFont copied to clipboard
Migrate sql migration tools
Currently I use flyway to do sql migrations on the sqlite db. Instead of that, I can use https://github.com/golang-migrate/migrate?tab=readme-ov-file#cli-usage This allows for up and down migrations easily
Start from a clean-slate, so the current db_schema as the starting point