Module proof_of_sql::sql::proof
source · Expand description
TODO: add docs
Structs§
- An intermediate form of a query result that can be transformed to either the finalized query result form or a query error
- The verified results of a query along with metadata produced by verification
- The proof for a query.
- The result of an sql query along with a proof that the query is valid. The result and proof can be verified using commitments to database columns.
Enums§
- Verifiable query errors
Traits§
- Provable nodes in the provable AST.
Type Aliases§
- The result of a query – either an error or a table.