tokio-rs / rdbc

Rust DataBase Connectivity (RDBC) :: Common Rust API for database drivers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this project dead?

amalic opened this issue · comments

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

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?

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.

Thanks for the update