mirror of
https://github.com/davidallendj/opaal.git
synced 2025-12-20 03:27:02 -07:00
Added necessary dependency for SQLite
This commit is contained in:
parent
98521f0b04
commit
082c891ac4
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"github.com/jmoiron/sqlx"
|
"github.com/jmoiron/sqlx"
|
||||||
|
_ "github.com/mattn/go-sqlite3"
|
||||||
)
|
)
|
||||||
|
|
||||||
func CreateIdentityProvidersIfNotExists(path string) (*sqlx.DB, error) {
|
func CreateIdentityProvidersIfNotExists(path string) (*sqlx.DB, error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue