feature: add sqlite kv db
This commit is contained in:
parent
3671bf1f80
commit
759aae3b54
9 changed files with 152 additions and 2 deletions
6
embed.go
Normal file
6
embed.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package discordBots
|
||||
|
||||
import _ "embed"
|
||||
|
||||
//go:embed schema.sql
|
||||
var Schema string
|
Loading…
Add table
Add a link
Reference in a new issue