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