mirror of
https://github.com/openziti/zrok.git
synced 2025-08-09 08:05:04 +02:00
organizing sqlite3 stuff to support postgres (#46)
This commit is contained in:
6
controller/store/sql/sqlite3/embed.go
Normal file
6
controller/store/sql/sqlite3/embed.go
Normal file
@ -0,0 +1,6 @@
|
||||
package sqlite3_schema
|
||||
|
||||
import "embed"
|
||||
|
||||
//go:embed *.sql
|
||||
var FS embed.FS
|
Reference in New Issue
Block a user