mool 0.2.0

A source-first Rust database toolkit for typed SQL queries, migrations, and model metadata
Documentation
1
2
3
4
5
6
7
//! Built-in typed SQL functions and expressions.

pub mod aggregate;
pub mod arrays;
pub(crate) mod common;
pub mod json;
pub mod postgres;