evenframe_core 0.5.0

Core functionality for Evenframe - TypeScript type generation and database schema synchronization
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! SurrealQL statement generation and execution.

pub mod access;
pub mod assert;
pub mod define;
pub mod execute;
pub mod mock_records;
pub mod remove;
mod type_mapper;

pub use type_mapper::SurrealdbTypeMapper;