GlueSQL

GlueSQL is a SQL database library written in Rust.

TEA Project uses GlueSQL as an embedded SQL database inside of a state machine replica's enclave. All data is stored in RAM only. The state machine keeps all SQL states consistent across all replicas.

Last updated