Define SQL queries with human-readable parameter names
Derive macros used internally by `postgres-named-parameters`. You should not use this crate directly; instead, use `postgres-named-parameters`.
Derive macro for sea-query's Iden trait
Lightweight query layer for tokio-postgres with derive-based SQL bindings and checked query metadata
Turning SQL queries into Rust functions
An extension for Diesel framework to support PostGIS geometry datatype.
Auto generate sql queries for CRUD on sqlx
AXON — the formal cognitive language: a deterministic, proof-carrying AI runtime. Native Rust lexer/parser/type-checker/IR generator (re-exported from axon-frontend) plus the runtime: typed channels (π-calculus mobility, capability extrusion), algebraic effects via Free Monad CPS handlers, lease kernel + reconcile loop, the Epistemic Security Kernel, Trust Types, Proof-Carrying Code (independently verifiable proof objects), and the closed-catalog extension mechanism. Crate publishes as `axon-lang`; library import is `use axon::*` so existing call sites keep working unchanged.
AI/Human task management system with file-based storage
A mini ORM to quickly find / insert / retrieve records with tokio-postgres.
Derive diesel traits for PostgreSQL composite types
Model-first web framework for Rust — web-framework-agnostic core; Axum integration opt-in via the `axum` feature flag