Turso is an in-process SQL database, compatible with SQLite

https://news.ycombinator.com/rss Hits: 3
Summary

Turso Database An in-process SQL database, compatible with SQLite. About Turso Database is an in-process SQL database written in Rust, compatible with SQLite. 鈿狅笍 Warning: This software is in BETA. It may still contain bugs and unexpected behavior. Use caution with production data and ensure you have backups. Features and Roadmap SQLite compatibility for SQL dialect, file formats, and the C API [see document for details] for SQL dialect, file formats, and the C API [see document for details] Change data capture (CDC) for real-time tracking of database changes. for real-time tracking of database changes. Multi-language support for Go JavaScript Java Python Rust WebAssembly for Asynchronous I/O support on Linux with io_uring support on Linux with Cross-platform support for Linux, macOS, Windows and browsers (through WebAssembly) support for Linux, macOS, Windows and browsers (through WebAssembly) Vector support support including exact search and vector manipulation support including exact search and vector manipulation Improved schema management including extended ALTER support and faster schema changes. The database has the following experimental features: BEGIN CONCURRENT for improved write throughput using multi-version concurrency control (MVCC). for improved write throughput using multi-version concurrency control (MVCC). Encryption at rest for protecting the data locally. for protecting the data locally. Incremental computation using DBSP for incremental view maintenance and query subscriptions. using DBSP for incremental view maintenance and query subscriptions. Full-Text-Search powered by the awesome tantivy library The following features are on our current roadmap: Vector indexing for fast approximate vector search, similar to libSQL vector search. Getting Started Please see the Turso Database Manual for more information. 馃捇 Command Line You can install the latest `turso` release with: curl --proto ' =https ' --tlsv1.2 -LsSf \ https://github.com/tursodatabase/t...

First seen: 2026-01-23 00:45

Last seen: 2026-01-23 02:46