organizing sqlite3 stuff to support postgres (#46)

This commit is contained in:
Michael Quigley
2022-10-21 08:36:43 -04:00
parent 6148fe316d
commit bc75b312bf
4 changed files with 8 additions and 8 deletions

View File

@ -0,0 +1,6 @@
package sqlite3_schema
import "embed"
//go:embed *.sql
var FS embed.FS