sql_query_builder 0.5.4

Write SQL queries in a simple and composable way
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dev-dependencies.pretty_assertions]
version = "1.2.1"

[package]
authors = ["Belchior Oliveira <belchior@outlook.com>"]
description = "Write SQL queries in a simple and composable way"
documentation = "https://docs.rs/sql_query_builder"
edition = "2021"
keywords = ["sql", "query", "postgres"]
license = "MIT"
name = "sql_query_builder"
repository = "https://github.com/belchior/sql_query_builder"
resolver = "2"
version = "0.5.4"