Enable sqlite3 RDBMS store backaned

This commit is contained in:
Denis Arh
2020-11-08 18:23:54 +01:00
parent 3ec2695520
commit 725f7de2b8
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -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) {