RSS Amplifier

Blog

Blog by LHolten

Rust projects etc

blog.lucasholten.comSource feed ↗2 posts

Dormant Last read · last published · next check
Read 4 days ago and current, but nothing has been published for 17 months.

Latest posts

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…

Announcing rust-query

Do you want to persist your data safely without migration issues and easily write complicated queries? All of this without writing a single line of SQL? If so, then I am making rust-query for you! This is my first blog post about rust-query , a project I've been working on for many months. I hope you like it! Rust and Databases There is only one reason why I made this library and it is…