Home / Companies / Turso / Blog / September 2025

September 2025 Summaries

3 posts from Turso

Filter
Month: Year:
Post Summaries Back to Blog
Turso represents the next evolution of SQLite, offering a complete rewrite of the iconic database to meet modern application needs while embracing an open contribution model that invites developers from diverse backgrounds to participate and become core community members. Among its contributors is Seon Woo Kim, a software engineer from South Korea who transitioned from an aviation career to programming due to the pandemic's impact on the aviation industry. Kim discovered Turso through GitHub and was drawn by its rapid development pace and welcoming community, which allowed him to explore databases and system programming while contributing to the project's growth. His involvement in Turso not only advanced his career but also imbued him with the confidence to tackle unfamiliar challenges, and he continues to contribute by developing Java bindings and engaging with the vibrant community. Turso encourages new contributors to join its more than 150 members in shaping the future of SQLite.
Sep 30, 2025 1,079 words in the original blog post.
Turso represents the next evolution of SQLite, rewritten in Rust to incorporate features like concurrent writes, incremental materialized views, and native encryption, while fostering an open-source community that invites developers worldwide to contribute. Glauber Costa discusses his journey into this project, having transitioned from a leadership role in a major internet company in China to exploring open-source opportunities, with Turso capturing his interest due to its innovative approach and the rare opportunity to build a production-ready database from scratch. Through his involvement, he has gained a deeper understanding of database internals, particularly SQLite's Virtual Database Engine, and values the collaborative, international environment that offers both personal growth and potential career advancements. Costa emphasizes the importance of fearlessly engaging in open-source projects and the benefits that come with community involvement, such as skill enhancement and networking opportunities, while Turso continues to attract a growing community of developers eager to contribute to its development on platforms like GitHub.
Sep 08, 2025 774 words in the original blog post.
The announcement highlights the development of Turso, an open-source project that aims to enhance SQLite's performance by rewriting it in Rust, specifically addressing the slow schema changes experienced in large databases. SQLite's traditional approach to schema management involves scanning the entire sqlite_schema table, which becomes inefficient as database sizes increase. Turso tackles this issue by introducing direct schema mutations through specialized bytecode instructions that target specific changes in-memory, thus avoiding unnecessary reads and speeding up operations like column and table renaming. Additionally, Turso optimizes the initial connection setup by employing a handwritten parser, significantly reducing the time required to populate the in-memory schema and allowing schema sharing between connections. This innovation not only improves SQLite's performance but also embraces an open contribution model, inviting developers to participate in shaping the future of embedded databases on platforms like GitHub.
Sep 02, 2025 696 words in the original blog post.