July 2026 Summaries
2 posts from Turso
Filter
Month:
Year:
Post Summaries
Back to Blog
The release of Turso 0.7 marks a significant advancement in the database engine's performance and robustness, emphasizing improvements in concurrent writes, memory management, and integration capabilities. Now operating in production across various organizations, Turso seeks to match the reliability of SQLite while remaining under active development with some experimental features. Key enhancements include faster MVCC engine operations, reduced memory costs for maintaining multiple row versions, and improved SQL interface features such as sequences and full-text search in Python. Turso 0.7 also introduces a SQLite-compatible .NET provider, enhances the JavaScript SDK with concurrent transaction modes, and supports custom storage backends in Rust, contributing to a more flexible and efficient database environment.
Jul 13, 2026
2,447 words in the original blog post.
Turso is a rewritten version of SQLite, emphasizing reliability and compatibility while introducing new features like concurrent writes and native WASM execution. The company is partnering with Aretta AI to incorporate formal verification into its testing processes, enhancing the reliability of Turso's database capabilities. Unlike traditional testing methods such as Deterministic Simulation Testing (DST), which are time-consuming and resource-intensive, formal verification offers a faster feedback loop by mathematically encoding system properties to identify potential faults without exhaustive testing. The effectiveness of this approach is demonstrated by its ability to detect bugs that DST missed, such as a specific fsync issue related to database durability. As Turso prepares for its 1.0 release, the integration of formal verification is seen as a critical step towards achieving unmatched reliability, reinforcing the company's commitment to advancing modern database technologies.
Jul 07, 2026
1,369 words in the original blog post.