add: tests using an actual database

This commit is contained in:
2026-03-29 15:24:09 -07:00
parent 7626b5618a
commit bddfbd4f74
6 changed files with 295 additions and 8 deletions
+8
View File
@@ -0,0 +1,8 @@
package schema
import (
_ "embed"
)
//go:embed schema.sql
var Bytes []byte