squeal

Crates.iosqueal
lib.rssqueal
version0.0.6
sourcesrc
created_at2023-12-31 07:44:30.136208
updated_at2024-01-24 05:58:59.360869
descriptionA SQL query builder library for Rust
homepage
repositoryhttps://gitlab.com/upside-down-research/oss/squeal
max_upload_size
id1084624
size335,732
Paul Nathan (pnathan)

documentation

https://docs.rs/squeal

README

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.

Built against Rust 1.75.x.

license

License: LGPL 3.0 or later.

Commit count: 0

cargo fmt