mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-28 01:14:21 +01:00
relayer, second attempt, now much better.
This commit is contained in:
10
plugins/storage/sqlite3/sqlite3.go
Normal file
10
plugins/storage/sqlite3/sqlite3.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package sqlite3
|
||||
|
||||
import (
|
||||
"github.com/jmoiron/sqlx"
|
||||
)
|
||||
|
||||
type SQLite3Backend struct {
|
||||
*sqlx.DB
|
||||
DatabaseURL string
|
||||
}
|
||||
Reference in New Issue
Block a user