March 2026 Summaries
4 posts from Turso
Filter
Month:
Year:
Post Summaries
Back to Blog
Turso Cloud has announced its participation in the Stripe Projects developer preview, which aims to streamline the software setup process by enabling seamless provisioning of services and secure credential management directly from the terminal. This collaboration addresses the common challenges faced by developers, such as manual and fragmented onboarding processes, by allowing the creation of real environments without the need for dashboard navigation. Stripe Projects integrates with the Stripe CLI to offer a new workflow that provides developers with credentials in an agent-ready format, allowing for quick deployment of SQLite databases across AWS regions through Turso Cloud. The partnership emphasizes security, ownership, and reliability, with the goal of facilitating distributed app development and AI-assisted workflows. This initiative is in a developer preview phase, and feedback is encouraged to refine the process further.
Mar 26, 2026
537 words in the original blog post.
Turso, a complete rewrite of SQLite in Rust, embraces an Open Source and Open Contribution model, contrasting with the increasingly popular "SQLite model" of restricted contributions due to AI's impact on open-source submissions. Turso's founders, inspired by their experience with the Linux Kernel, emphasize the transformative potential of a true Open Source community, where contributors can influence project direction rather than merely contributing code. Despite AI's role in writing nearly all of Turso's code, the project maintains strict quality control through rigorous code reviews and testing methodologies. Turso values the "benevolent dictator" model, where trusted contributors naturally gain responsibility by consistently submitting high-quality work, rather than being appointed. The project is committed to maintaining high standards, requiring contributors to demonstrate they've thoroughly vetted AI-generated code, with the aim of fostering a vibrant community where contributors earn their place by engaging meaningfully with the project.
Mar 17, 2026
2,123 words in the original blog post.
Turso is evolving SQLite by introducing features like Concurrent Writes, Change Data Capture, and native vector search that address modern database demands, especially in the context of AI and agentic workloads. Over the past year, Turso has grown a strong open-source community and aims to close the compatibility gap with SQLite while offering innovative capabilities such as native encryption, materialized views with incremental maintenance, and custom types. The Turso Cloud supports these advancements with a new multitenant server architecture on AWS, facilitating quick deployment and efficient resource management while maintaining 100% availability. The platform also offers Bring-Your-Own-Key encryption, enhancing data security for individual databases. Looking forward, Turso plans to integrate seamlessly with the Turso Cloud, enabling feature-rich, compliant, and secure database solutions through a Bring-Your-Own-Cloud model, which keeps data within the user's infrastructure. The growing demand for such databases, driven by AI, underscores the need for Turso's innovations as it continues to expand its capabilities and user base.
Mar 05, 2026
1,910 words in the original blog post.
Turso v0.5.0 introduces several significant enhancements, including beta support for concurrent writes using multi-version concurrency control (MVCC), experimental full-text search powered by Tantivy, and notable improvements in the query optimizer. The release marks the stabilization of change data capture (CDC) and the introduction of user-defined types, allowing for the creation of custom data types beyond SQLite's native storage classes. The MVCC implementation now supports savepoints, enhanced conflict detection, and a lock-free rowid allocation mechanism, while the full-text search feature integrates seamlessly within the database file and offers configurable tokenizers and weights. Query optimization sees advancements with hash joins, semi/anti joins, and multi-index OR scans, alongside a refactored cost estimation model. Turso 0.5 also fully supports STRICT tables, ensuring strict column type constraints, and promotes CDC from unstable to stable status, adding a new record format for better change tracking. This release, featuring contributions from over 50 developers and more than 3,000 commits, also brings various other enhancements and compatibility fixes, with detailed documentation and support available on GitHub and Discord.
Mar 04, 2026
1,587 words in the original blog post.