mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
optimized to work from multiple threads. It has too many frequent transaction from multiple threads, and that tends to result into the 'database is locked' error of sqlite. With the new implemenation, we're using the caching mechanism, which keep the data in the memory all the time, and saves it on request completion, and loads it only for the first time. Also, it will storage the data using pickle, which will be faster than accessing sqlite. Fixes #1329 |
||
---|---|---|
.. | ||
driver | ||
sqlautocomplete | ||
__init__.py | ||
ajax.py | ||
crypto.py | ||
html.py | ||
menu.py | ||
paths.py | ||
preferences.py | ||
route.py | ||
session.py |