evenframe 0.1.6

A unified framework for TypeScript type generation and database schema synchronization
Documentation
1
2
3
4
5
6
7
8
//! Configuration builders for processing Evenframe types.
//!
//! This module re-exports functionality from `evenframe_core::tooling`.

pub use evenframe_core::tooling::{
    BuildConfig, build_all_configs, filter_for_schemasync, filter_for_typesync,
    merge_tables_and_objects,
};