quill-sql 0.2.0

A tiny yet serious SQL database in Rust with ARIES-style WAL, 2PL, and B+Tree indexes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[book]
authors = ["The QuillSQL Team"]
language = "en"
multilingual = false
src = "src"
title = "QuillSQL Internals"

[preprocessor.mermaid]
command = "mdbook-mermaid"

[output.html]
site-url = "/QuillSQL/"

additional-js = ["mermaid.min.js", "mermaid-init.js"]