macrame-db 0.7.0

A Bitemporal Graph Ledger on libSQL · Embedded knowledge database
Documentation
1
2
3
4
5
pub mod ddl;
pub mod migrations;
pub mod seed;

pub use migrations::{current_version, run as run_migrations, SCHEMA_VERSION};