Live data from Hacker News

Buildix – declarative query builder for sqlx in rust (work in progress)

buildix.rs

1–2 of 2 posts

Re: Buildix – declarative query builder for sqlx in rust (work in progress)

#2
I had an idea of declarative query builder (with executor) for sqlx. I started to implement it and things are going pretty good. I already have query generation of select and delete queries. There is still a lot of work but I wanted to show my idea. Repository is still private for at least next week but I have setup webpage for it so you can explore the api. It uses derive macros and generates code directly for given structs. I will make repo public in next week or so and will be working on it in my free time. It is great to be used in places where you need to filter by multiple parameters, and that already works pretty well. Please let me know if you like the idea, any feedback would be great.