Age | Commit message (Expand) | Author |
---|---|---|
2021-12-04 | LibSQL: Improve error handling | Jan de Visser |
2021-11-08 | LibSQL: Replace Result<T, E> use with ErrorOr<T> | Andreas Kling |
2021-11-08 | LibCore: Use ErrorOr<T> for Core::File::open() | Andreas Kling |
2021-11-02 | Libraries: Fix visibility of Object-derivative constructors | Ben Wiederhake |
2021-08-21 | LibSQL: Introduce Serializer as a mediator between Heap and client code | Jan de Visser |
2021-06-19 | LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer | Jan de Visser |