Skip to content

feat: replace rusqlite with turso (pure Rust)#234

Merged
passcod merged 2 commits intomainfrom
experiment/turso
Nov 2, 2025
Merged

feat: replace rusqlite with turso (pure Rust)#234
passcod merged 2 commits intomainfrom
experiment/turso

Conversation

@passcod
Copy link
Copy Markdown
Member

@passcod passcod commented Nov 2, 2025

Replace rusqlite with turso, a pure-Rust implementation of SQLite that eliminates C dependencies and provides better cross-platform support.

Replace rusqlite with turso, a pure-Rust implementation of SQLite that
eliminates C dependencies and provides better cross-platform support.

Benefits:
- Pure Rust implementation (no C FFI or system dependencies)
- Native async/await support
- Simpler cross-compilation (no libsqlite3-sys issues)
- Works seamlessly on Windows, musl, and all Rust targets

Changes:
- Replace rusqlite with turso 0.3.1
- Update SQLite display code to use turso async API
- Update row value access to use turso's Value API
- All 362 tests pass
- Builds successfully for x86_64-unknown-linux-musl
@passcod passcod merged commit fa40045 into main Nov 2, 2025
14 checks passed
@passcod passcod deleted the experiment/turso branch November 2, 2025 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant