sqlmodel-console 0.2.2

Beautiful terminal output for SQLModel Rust - automatically adapts to agents vs humans
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Test fixtures for sqlmodel-console integration tests.

#[allow(dead_code)]
pub mod generators;
pub mod golden;
#[allow(dead_code)]
pub mod mock_types;
pub mod sample_data;

pub use golden::*;
pub use sample_data::*;