index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibSQL
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-11-10
LibSQL: Add current statement to the ExecutionContext
Jan de Visser
2021-08-21
LibSQL: Introduce Serializer as a mediator between Heap and client code
Jan de Visser
2021-08-21
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
Jan de Visser
2021-07-08
LibSQL+SQLServer: Build SQLServer system service
Jan de Visser
2021-07-08
LibSQL: Invent statement execution machinery and CREATE SCHEMA statement
Jan de Visser
2021-06-24
LibSQL: Move Lexer and Parser machinery to AST directory
Jan de Visser
2021-06-19
LibSQL: Database layer
Jan de Visser
2021-06-19
LibSQL: Hash index implementation for the SQL storage layer
Jan de Visser
2021-06-19
LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer
Jan de Visser
2021-06-19
LibSQL: Basic dynamic value classes for SQL Storage layer
Jan de Visser
2021-05-09
LibSQL: Add a syntax highlighter
Dylan Katz
2021-05-06
Tests: Move LibSQL tests to Tests/LibSQL
Brian Gianforcaro
2021-04-20
LibSQL: Add unit testing of the SQL parser
Timothy Flynn
2021-04-20
LibSQL: Create a very barebones SQL parser
Timothy Flynn
2021-04-20
LibSQL: Introduce a SQL library with a tokenizer
Timothy Flynn