launchbadge / sqlx

🧰 The Rust SQL Toolkit. An async, pure Rust SQL crate featuring compile-time checked queries without a DSL. Supports PostgreSQL, MySQL, and SQLite.
Apache License 2.0
13.45k stars 1.28k forks source link

`FirebirdSQL` support #3134

Open ibilux opened 7 months ago

ibilux commented 7 months ago

Is your feature request related to a problem? Please describe. Can you add FirebirdSQL support ?

Describe the solution you'd like There is FirebirdSQL libraries for Rust already. Not sure if the implementation is fast forward.

Describe alternatives you've considered NON

Additional context Firebird is an open-source SQL relational database management system that supports Linux, Windows, macOS, Android and iOS.

ricardodarocha commented 7 months ago

I found sqlx-firebird but it looks like it's not finished yet

abonander commented 7 months ago

See my comment here for our general disposition on adding drivers: https://github.com/launchbadge/sqlx/issues/3115#issuecomment-2002636940