Subject | Re:[firebird-support] Python Firebird library fdb for web development |
---|---|
Author | pcisar |
Post date | 2019-08-07T10:27:42Z |
Hi,
The FDB driver has no direct support for either connection pool or "persistent connection". However, such functionality is often provided by Python web frameworks (for example Django has it), so check your options. If it's not provided by framework of your choice, you can use 3rd party solution like https://pypi.org/project/connection-pool/ (dig around on PyPI for others) or write one yourself that fits yout needs.
best regards
Pavel Cisar
IBPhoenix
The FDB driver has no direct support for either connection pool or "persistent connection". However, such functionality is often provided by Python web frameworks (for example Django has it), so check your options. If it's not provided by framework of your choice, you can use 3rd party solution like https://pypi.org/project/connection-pool/ (dig around on PyPI for others) or write one yourself that fits yout needs.
best regards
Pavel Cisar
IBPhoenix