summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Database.h
AgeCommit message (Collapse)Author
2021-06-19LibSQL: Database layerJan de Visser
This patch implements the beginnings of a database API allowing for the creation of tables, inserting rows in those tables, and retrieving those rows.