good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6430a0fd authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

SQLite: Updating sqlgen template declaration.

parent d42547ca
Loading
......@@ -29,6 +29,7 @@ import (
"time"
_ "github.com/mattn/go-sqlite3"
"upper.io/cache"
"upper.io/db"
"upper.io/db/util/sqlgen"
"upper.io/db/util/sqlutil"
......@@ -106,6 +107,7 @@ func init() {
sqlDropTableLayout,
sqlSelectCountLayout,
sqlGroupByLayout,
cache.NewCache(),
}
db.Register(Adapter, &source{})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment