mirror of
https://github.com/glebarez/go-sqlite.git
synced 2026-04-22 23:27:12 +08:00
8 lines
100 B
Go
8 lines
100 B
Go
package compat
|
|
|
|
import "github.com/glebarez/go-sqlite"
|
|
|
|
func init() {
|
|
sqlite.RegisterAsSQLITE3()
|
|
}
|