This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-13 03:06:10 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ef1cd8d12cd3dc04c5e67797b52b586a57e0a6d
ladybird
/
Userland
/
Libraries
/
LibSQL
History
…
..
AST
LibSQL: Replace Optional<NonnullRefPtr<T>> with RefPtr<T>
2021-09-03 15:36:51 +02:00
BTree.cpp
LibSQL: Introduce Serializer as a mediator between Heap and client code
2021-08-21 22:03:30 +02:00
BTree.h
…
BTreeIterator.cpp
LibSQL: Introduce Serializer as a mediator between Heap and client code
2021-08-21 22:03:30 +02:00
CMakeLists.txt
…
Database.cpp
…
Database.h
…
Forward.h
…
HashIndex.cpp
…
HashIndex.h
LibSQL: Introduce Serializer as a mediator between Heap and client code
2021-08-21 22:03:30 +02:00
Heap.cpp
LibSQL: Introduce Serializer as a mediator between Heap and client code
2021-08-21 22:03:30 +02:00
Heap.h
…
Index.cpp
…
Index.h
…
Key.cpp
…
Key.h
…
Meta.cpp
…
Meta.h
LibSQL: Added 'nullable' and 'default value' option to ColumnDef
2021-08-21 22:03:30 +02:00
Row.cpp
…
Row.h
LibSQL: Introduce Serializer as a mediator between Heap and client code
2021-08-21 22:03:30 +02:00
Serializer.cpp
…
Serializer.h
…
SQLClient.cpp
…
SQLClient.h
…
SQLResult.h
LibSQL+SQLServer: Bare bones INSERT and SELECT statements
2021-08-21 22:03:30 +02:00
TreeNode.cpp
…
Tuple.cpp
…
Tuple.h
…
TupleDescriptor.h
…
Type.h
…
Value.cpp
…
Value.h
LibSQL: Introduce Serializer as a mediator between Heap and client code
2021-08-21 22:03:30 +02:00
ValueImpl.h
…