Version 0.4 of rust-query is released!
It has been more than 4 months since I first wrote about rust-query , the query builder for SQLite. Since then there have been a lot of changes. I am really excited about the state of things and I am looking forward to feedback from the Rust community! To show the new features, I will set the stage by defining a schema: # [ schema ( Schema ) ] # [ version ( 0.. = 0 ) ] pub mod vN { pub struct…
