import from khatru.
This commit is contained in:
10
sqlite3/sqlite3.go
Normal file
10
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