mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-09-27 04:06:00 +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