ladybird/Userland/Libraries/LibSQL
Timothy Flynn 99a713aa5b LibSQL: Port the backend SQL file to use Core::Stream
This allows surrounding IO operations with TRY, making the code much
easier to reason about. This also replaces surrounding dbgln_if
statements to use "{:hex-dump}" instead of individually writing out
bytes.
2022-11-01 14:52:59 +00:00
..
AST LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30
BTree.cpp
BTree.h
BTreeIterator.cpp
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Database.cpp Everywhere: Split Error::from_string_literal and Error::from_string_view 2022-07-12 23:11:35 +02:00
Database.h LibSQL: Add missing header includes 2022-10-14 17:47:44 +03:30
Forward.h
HashIndex.cpp
HashIndex.h
Heap.cpp LibSQL: Port the backend SQL file to use Core::Stream 2022-11-01 14:52:59 +00:00
Heap.h LibSQL: Port the backend SQL file to use Core::Stream 2022-11-01 14:52:59 +00:00
Index.cpp LibSQL: Add missing header includes 2022-10-14 17:47:44 +03:30
Index.h LibSQL: Add missing header includes 2022-10-14 17:47:44 +03:30
Key.cpp
Key.h
Meta.cpp LibSQL: Remove infallible type conversions from SQL::Value 2022-10-14 17:47:44 +03:30
Meta.h
Result.cpp
Result.h
ResultSet.cpp
ResultSet.h
Row.cpp
Row.h
Serializer.cpp
Serializer.h Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
SQLClient.cpp
SQLClient.h SystemServer+LoginServer+Userland: Switch to sid-based sockets 2022-10-03 11:11:29 +02:00
TreeNode.cpp Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Tuple.cpp LibSQL: Copy SQL::Value instances less frequently (which may be vectors) 2022-10-14 17:47:44 +03:30
Tuple.h
TupleDescriptor.h Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
Type.h LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30
Value.cpp LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30
Value.h LibSQL: Rewrite the SQL::Value type to be contained within one class 2022-10-14 17:47:44 +03:30