sqlite seems to perform ok for me
This commit is contained in:
parent
ef2a8aca14
commit
4a0fcd62a0
|
@ -380,8 +380,8 @@ class Database:
|
||||||
import sqlite3
|
import sqlite3
|
||||||
if use_pool:
|
if use_pool:
|
||||||
sqlite3 = pool.manage(sqlite3, pool_size=1)
|
sqlite3 = pool.manage(sqlite3, pool_size=1)
|
||||||
else:
|
#else:
|
||||||
log.warning("SQLite won't work well without 'sqlalchemy' installed.")
|
# log.warning("SQLite won't work well without 'sqlalchemy' installed.")
|
||||||
|
|
||||||
if database != ":memory:":
|
if database != ":memory:":
|
||||||
if not os.path.isdir(self.config.dir_database):
|
if not os.path.isdir(self.config.dir_database):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user