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

[dev-dependencies]
pretty_assertions = "1.2.1"