sqlalchemy-firebird icon indicating copy to clipboard operation
sqlalchemy-firebird copied to clipboard

can you add async metods ?

Open attid opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when i cant use async\await methods =(

Describe the solution you'd like A clear and concise description of what you want to happen. firebird+pyfirebirdsql driver based on https://github.com/nakagami/pyfirebirdsql?tab=readme-ov-file

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. async driver for firebird with sqlalchemy

attid avatar Jan 10 '25 02:01 attid

Thanks for your suggestion. I'll create a project for us to plan out the changes.

pauldex avatar Apr 05 '25 15:04 pauldex

Related: https://github.com/nakagami/pyfirebirdsql/issues/121

I suggest deprecating support for fdb / Python 2.x and introducing pyfirebirdsql as the asynchronous alternative, following a similar approach taken by the PostgreSQL dialect in SQLAlchemy.

fdcastel avatar Jul 03 '25 05:07 fdcastel