We are pleased to announce new versions of core #libSQL and its server sqld.
Read the release notes for libSQL 0.2.0 here:
github.com/libsql/libsql/…
And for sqld 0.3.3 here:
github.com/libsql/sqld/re…
- SQLite isn’t network-accessible - until now. With our fork, you can query using the Postgres wire protocol (using psql) or over HTTP. Read more about libSQL “server mode” in this post by @glscst. blog.chiselstrike.com/sqlite-based-d…
- With libSQL, you can use database triggers with functions implemented in #Wasm to put more code closer to your data. In this post, @sarna_dev shows how this can help automate parts of a secure user registration flow for your app. blog.chiselstrike.com/webassembly-tr…
- Thanks to @lucasvillareal for this optimization to libSQL! Community contributions are an important part of our mission.
- Our first major milestone of libSQL with #WASM user defined functions was released today as v0.1.0. @sarna_dev gives a summary of this feature in this article, along with a tool to compile #Rust code: blog.chiselstrike.com/webassembly-fu… #WebAssembly #sqlite

