| Crates.io | squeal |
| lib.rs | squeal |
| version | 0.0.6 |
| created_at | 2023-12-31 07:44:30.136208+00 |
| updated_at | 2024-01-24 05:58:59.360869+00 |
| description | A SQL query builder library for Rust |
| homepage | |
| repository | https://gitlab.com/upside-down-research/oss/squeal |
| max_upload_size | |
| id | 1084624 |
| size | 335,732 |
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.
This code is not ready for use.
Built against Rust 1.75.x.
License: LGPL 3.0 or later.