tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers
Apache License 2.0
568 stars 25 forks source link

Is this project dead? #66

Closed amalic closed 3 years ago

amalic commented 3 years ago

Last commit was 13 months ago, and I can't find RDBC database drivers except the ones written by @andygrove.

andygrove commented 3 years ago

I wouldn't say "dead" but maybe comatose.

I, personally, am not actively working on this project because I am too busy with Ballista. There does seem to be a fair bit of interest in this project but I have not managed to encourage anyone to take the lead on contributing here. Perhaps you would be interested?

aloucks commented 3 years ago

The lack of async trait functions also presents some challenges, although there is an issue to add them. The async_trait macro may be useful in the meantime.

amalic commented 3 years ago

Thanks for the update