0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 31, 2025 — Mar 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
moving to non-buffering cursors on Hrana rows impl More... over 2 years ago
changed RowsInner API to make next row method async More... over 2 years ago
Rework the JSON functions so that they use the JSONB format internally. The original JsonNode parse tree design is removed. All JSON functions that accept text JSON also accept JSONB. New functions generate JSONB.
drh
More... over 2 years ago
Use extra assert() statement to silence harmless static analyzer warnings.
drh
More... over 2 years ago
Further tests for the new code on this branch.
dan
More... over 2 years ago
Miscellaneous comment cleanup and typo fixes.
drh
More... over 2 years ago
test inject replication index in empty db More... over 2 years ago
namespace: print cache eviction reason in debug logs More... over 2 years ago
migrate from bytemuck to zerocopy More... over 2 years ago
namespace: bump time_to_idle to a very high value More... over 2 years ago
Merge pull request #748 from tursodatabase/store-replication-index More... over 2 years ago
namespace: allow auto-creation of the default namespace More... over 2 years ago
namespace: move checking if database is created to init() More... over 2 years ago
namespace: fix honoring allow_lazy_creation More... over 2 years ago
Use strspn() to accelerate whitespace bypass in the JSON parser.
drh
More... over 2 years ago
namespace: drop allow_creation boolean More... over 2 years ago
make libsql Conn::is_autocommit synchronous More... over 2 years ago
Small performance gain by unwinding the string literal delimiter search loop in the JSON parser by one more level.
drh
More... over 2 years ago
Clean up the JSONB performance test script.
drh
More... over 2 years ago
namespace: auto-create namespace in create() More... over 2 years ago
add replication index injection tests More... over 2 years ago
inject replication index in db header on checkpoint More... over 2 years ago
add read_at to SqliteFile More... over 2 years ago
add patched Sqlite3Header More... over 2 years ago
add zerocopy dependency More... over 2 years ago
Merge pull request #757 from tursodatabase/safer-pager-header-iter More... over 2 years ago
safe page header iter More... over 2 years ago
Merge pull request #756 from tursodatabase/wal-wrapper More... over 2 years ago
add WalWrapper utility More... over 2 years ago
Merge pull request #755 from tursodatabase/use-non-0-u32 More... over 2 years ago