osirisdb 0.7.0

A SQL database engine built from scratch in Rust featuring a custom parser, binder, query planner, optimizer, catalog, and storage engine.
Documentation
1
2
3
/// Represents the SQL `RollbackStmt;` structure in the AST.
#[derive(Debug, Clone, PartialEq)]
pub struct RollbackStmt;