squeal 0.0.1

A SQL query builder library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# squeal

A Rust Query Builder.

Create a (safe, correct) Rust structure representing a SQL query and then render it into SQL itself.

Escape hatches in appropriate places are designed in.

The targeted SQL dialect is PostgreSQL. The Postgres library is  https://docs.rs/postgres/latest/postgres/

A similar library for Go is https://github.com/leporo/sqlf.

# readiness

This code is not ready for use.

License: LGPL 3.0 or later.