seitime-frappe/frappe/database/mariadb
gavin 0d80f6ac52 feat: mariadb connection pooling
Start initial pool of 4 (_POOL_SIZE) connections for a given site. When
the pool is exhausted, generate new connections upon request and add
them to the pool. Max allowed size for each pool is 64 (_MAX_POOL_SIZE)
connections. However, you may have more than 64 active connections, just
that they won't be pooled but destroyed upon job completion/end of
request/similar cycle.
2022-05-24 19:19:53 +05:30
..
__init__.py Postgres support for Frappe (#5919) 2018-09-21 10:20:48 +05:30
database.py feat: mariadb connection pooling 2022-05-24 19:19:53 +05:30
framework_mariadb.sql fix: set translated text to link field (#15451) 2022-05-16 13:21:42 +00:00
schema.py refactor(minor): convert change_name_type_and_make_sequence function to setup_autoincrement_and_sequence method 2022-05-13 00:03:19 +05:30
setup_db.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30