Add SQLBuilder support for SQLite databases.
This commit is contained in:
parent
d197956271
commit
e8f4c2b31b
50 changed files with 5851 additions and 75 deletions
1
go.mod
1
go.mod
|
|
@ -9,6 +9,7 @@ require (
|
|||
github.com/jackc/pgconn v1.8.1
|
||||
github.com/jackc/pgx/v4 v4.11.0 //tests
|
||||
github.com/lib/pq v1.7.0
|
||||
github.com/mattn/go-sqlite3 v1.14.8
|
||||
github.com/pkg/profile v1.5.0 //tests
|
||||
github.com/shopspring/decimal v1.2.0 // tests
|
||||
github.com/stretchr/testify v1.6.1 // tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue