Subject | Re: [firebird-support] Python Firebird library fdb for web development |
---|---|
Author | Aldo Caruso |
Post date | 2019-08-07T11:06:47Z |
Thank you very much for your answer.
Aldo Caruso
El 7/8/19 a las 07:27, 'pcisar'
pcisar@... [firebird-support] escribió:
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