InTurso blogbyPiotr Sarna·Jul 24, 2023Zig helped us move data to the Edge. Here are our impressionsKicking the tires on Zig with a greenfield, open source project.
InTurso blogbyPiotr Sarna·May 9, 2023Write your own email server (in Rust!)A walkthrough on how to implement and deploy your own disposable email server from scratch using Turso and Rust.
InTurso blogbyPiotr Sarna·May 2, 2023Why SQLite is so great for the edgeEveryone already knows that SQLite is great. This article makes the praise much more specific though — it explains why we, the developers…A response icon2A response icon2
InTurso blogbyPiotr Sarna·Jan 10, 2023WebAssembly triggers in libSQLUser-defined WebAssembly functions in libSQL can be used to create powerful triggers, making it easy to automate your workflows.
InTurso blogbyPiotr Sarna·Nov 23, 2022WebAssembly functions for your SQLite-compatible databaseWith the first official release of libSQL, it is possible to execute user defined functions (UDF) written in WebAssembly.