create db automatically if using sqlite
This commit is contained in:
parent
685dd68cd1
commit
b153e7c30d
|
@ -382,6 +382,7 @@ class Database:
|
|||
print msg
|
||||
raise FpdbError(msg)
|
||||
elif backend == Database.SQLITE:
|
||||
create = True
|
||||
import sqlite3
|
||||
if use_pool:
|
||||
sqlite3 = pool.manage(sqlite3, pool_size=1)
|
||||
|
|
Loading…
Reference in New Issue
Block a user