Enable sqlite3 RDBMS store backaned
This commit is contained in:
@@ -24,7 +24,6 @@ type (
|
||||
func init() {
|
||||
store.Register(Connect, "postgres", "postgres+debug")
|
||||
sql.Register("postgres+debug", sqlmw.Driver(new(pq.Driver), instrumentation.Debug()))
|
||||
|
||||
}
|
||||
|
||||
func Connect(ctx context.Context, dsn string) (store.Storer, error) {
|
||||
|
||||
Reference in New Issue
Block a user