trailbase/crates
2026-04-17 17:00:17 +02:00
..
assets Model DB transactions from WASM as a WASI resource and use a watchdog task to force unlock the DB after 60s. 2026-04-17 11:13:21 +02:00
auth-ui Make auth-ui's profile login more resilient to invalid cookies. 2026-04-14 16:17:17 +02:00
build Release crate trailbase-qs v0.1.1 (and fix stale README references). 2026-01-05 22:07:59 +01:00
cli Update Rust dependencies. 2026-04-17 17:00:17 +02:00
client Prepare new client releases. 2026-04-14 16:51:40 +02:00
core Remove more immediate uses of rusqlite::Connection. 2026-04-17 13:40:43 +02:00
extension Update Rust dependencies. 2026-04-14 16:17:28 +02:00
extension-so Enable building an easily loadable standalone SQLite extension with all of TB's custom functions to minimize lock-in. #210 2026-02-16 12:06:30 +01:00
qs Add support for WKB geometry columns, @within, @intersects & @contains spatial queries list and GeoJSON FeatureCollection output. 2026-02-19 15:28:45 +01:00
reactive Reduce locking during config access in reactivity library - use ArcSwap instead - and use it downstream. 2026-04-09 11:10:52 +02:00
refinery Add two-factor authentication using TOTPs. Also add registration & logins UIs to admin dash and the auth-ui crate. 2026-03-16 10:48:09 +01:00
schema Update Rust dependencies. 2026-04-17 17:00:17 +02:00
sqlean Cleanup: move all Rust code into a crates/ directory. 2025-08-07 10:02:32 +02:00
sqlite Remove more immediate uses of rusqlite::Connection. 2026-04-17 13:40:43 +02:00
sqlvalue Introduce our own Value/ValueRef types to trailbase_sqlite. This is generally good practice but also a pre-requisite if we ever wanted to support other DBs. 2026-04-11 13:06:16 +02:00
wasi-keyvalue Fix botched workspace setup and update Rust dependencies. 2026-02-24 20:59:35 +01:00
wasm-runtime-common Prepare new release v0.20.0. 2025-10-22 11:20:16 +02:00
wasm-runtime-guest Update Rust dependencies. 2026-04-17 17:00:17 +02:00
wasm-runtime-host Model DB transactions from WASM as a WASI resource and use a watchdog task to force unlock the DB after 60s. 2026-04-17 11:13:21 +02:00