mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
LibSQL: Database layer
This patch implements the beginnings of a database API allowing for the creation of tables, inserting rows in those tables, and retrieving those rows.
This commit is contained in:
parent
267eb3b329
commit
87bd69559f
Notes:
sideshowbarker
2024-07-18 12:00:34 +09:00
Author: https://github.com/JanDeVisser
Commit: 87bd69559f
Pull-request: https://github.com/SerenityOS/serenity/pull/7483
Reviewed-by: https://github.com/trflynn89 ✅
7 changed files with 511 additions and 0 deletions
|
@ -25,6 +25,7 @@ class ColumnNameExpression;
|
|||
class CommonTableExpression;
|
||||
class CommonTableExpressionList;
|
||||
class CreateTable;
|
||||
class Database;
|
||||
class TupleDescriptor;
|
||||
struct TupleElement;
|
||||
class Delete;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue