fabrique 0.3.1

SQL-first, type-safe, ergonomic database toolkit for Rust
Documentation
1
2
3
4
5
6
//! Error types for Fabrique database operations.
//!
//! This module provides a database-agnostic error type that doesn't expose
//! implementation details of the underlying database driver.

pub use fabrique_core::error::*;