ryanfowler / async-sqlite

A Rust library to interact with sqlite from an async context.
MIT License
8 stars 4 forks source link

feat: Add `column_decltype` feature from rusqlite #8

Closed vrongmeal closed 7 months ago

vrongmeal commented 7 months ago

@ryanfowler can we cut a release for this (0.2.2)?

ryanfowler commented 7 months ago

Released! https://crates.io/crates/async-sqlite/0.2.2

vrongmeal commented 7 months ago

This is awesome! Thanks 😀