programatik29 / tokio-rusqlite

Asynchronous handle for rusqlite library.
MIT License
89 stars 21 forks source link

fix: rusqlite types shadowed by tokio-rusqlite now made accessible #36

Open JakubKoralewski opened 2 months ago

JakubKoralewski commented 2 months ago

previously rusqlite::Error was inaccessible

olekolek1000 commented 1 month ago

Works great! I can import rusqlite directly now, without any issues.

abs0luty commented 1 month ago

I think you should fix import order for formatter to be ok with the commit 👌

JakubKoralewski commented 1 month ago

@abs0luty Done, could you approve the workflow run again?