fabrique 0.3.1

SQL-first, type-safe, ergonomic database toolkit for Rust
Documentation
1
2
3
4
5
6
7
//! Database configuration and types.
//!
//! This module provides the core database abstractions used throughout
//! Fabrique, including connection and error type configuration, and column
//! markers for type-safe query building.

pub use fabrique_core::database::*;