brylix 0.2.9

GraphQL framework for AWS Lambda with SeaORM and multi-tenant support
Documentation
1
2
3
4
5
6
7
8
9
//! Common helper utilities for Brylix applications.
//!
//! - [`json`] - JSON column parsing helpers
//! - [`time`] - Timestamp utilities
//! - [`soft_delete`] - Soft delete pattern and status constants

pub mod json;
pub mod soft_delete;
pub mod time;