summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Row.cpp
AgeCommit message (Expand)Author
2023-04-23LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`Jelle Raaijmakers
2022-11-30LibSQL: Store a NonnullRefPtr to the table definition in SQL::RowTimothy Flynn
2022-11-30LibSQL: Remove unused SQL::Row constructors/methodsTimothy Flynn
2021-08-21LibSQL: Introduce Serializer as a mediator between Heap and client codeJan de Visser
2021-06-19LibSQL: Database layerJan de Visser