Add intial database migrations

This commit is contained in:
Nicholas Keller
2026-07-24 00:40:16 -04:00
commit e55ea4df7b
7 changed files with 76 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module nkeller.dev/blog_software
go 1.26.5
require github.com/mattn/go-sqlite3 v1.14.48 // direct