use correct driver name for modernc
This commit is contained in:
parent
92196a7f2d
commit
3372c7e061
1 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,4 @@ package artifactcache
|
|||
|
||||
import _ "modernc.org/sqlite"
|
||||
|
||||
var sqliteDriverName = "sqlite3"
|
||||
var sqliteDriverName = "sqlite"
|
||||
|
|
Loading…
Add table
Reference in a new issue