mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-12-24 12:37:51 +08:00
Add compat package that register driver as sqlite3
This commit is contained in:
7
compat/compat.go
Normal file
7
compat/compat.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package compat
|
||||
|
||||
import "github.com/glebarez/go-sqlite"
|
||||
|
||||
func init() {
|
||||
sqlite.RegisterAsSQLITE3()
|
||||
}
|
||||
Reference in New Issue
Block a user