libSQL (@libsqlhq) 's Twitter Profile
libSQL

@libsqlhq

Discuss libSQL at @tursodatabase.

ID: 1577295447688986627

linkhttps://libsql.org calendar_today04-10-2022 13:52:17

21 Tweet

827 Followers

4 Following

libSQL (@libsqlhq) 's Twitter Profile Photo

We have big plans for our fork of SQLite! Take a look at the list of open issues on GitHub to see where we're going. (Issues are listed in no particular order.) Questions or comments? We welcome your participation. github.com/libsql/libsql/…

Star History (@starhistoryhq) 's Twitter Profile Photo

1.3K ⭐️ libSQL (libSQL) is an #OpenSource, open contribution fork of SQLite. star-history.com/#libsql/libsql… github.com/libsql/libsql #starhistory #GitHub #SQL via Star History

1.3K ⭐️ libSQL (<a href="/libsqlhq/">libSQL</a>) is an #OpenSource, open contribution fork of SQLite.
star-history.com/#libsql/libsql…

github.com/libsql/libsql

#starhistory #GitHub #SQL 
 via <a href="/StarHistoryHQ/">Star History</a>
libSQL (@libsqlhq) 's Twitter Profile Photo

Lots of community momentum forming around adding support for WASM stored procedures in libSQL. Take a look at this PR from Piotr Sarna: github.com/libsql/libsql/…

Piotr Sarna (@sarna_dev) 's Twitter Profile Photo

Just trimmed another ~50% of Wasm module size compiled from Rust by recompiling std lib with abort on panic. The demo user-defined encryption function for #libSQL now occupies 24KiB, used to be 44KiB.

Glauber Costa (@glcst) 's Twitter Profile Photo

crates.io/crates/libsql_… is how we'll be doing WASM from Rust for libSQL : All you need to do is to add a #[libsql_bindgen] proc macro (one of my favorite parts of rust, btw), and boom: you can use that function as an UDF in libsql.

libSQL (@libsqlhq) 's Twitter Profile Photo

Our first major milestone of libSQL with #WASM user defined functions was released today as v0.1.0. Piotr Sarna gives a summary of this feature in this article, along with a tool to compile #Rust code: blog.chiselstrike.com/webassembly-fu… #WebAssembly #sqlite

gh: Abdur-RahmaanJ (@osdotsystem) 's Twitter Profile Photo

I am presenting SQLite internals to the libSQL community. If you missed my #devfest talk, you can catch up tomorrow 10 00PM (GMT+4) #opensource You can put a reminder here: youtube.com/live/poA497gSs…

libSQL (@libsqlhq) 's Twitter Profile Photo

Thanks to Lucas Villa Real for this optimization to libSQL! Community contributions are an important part of our mission. github.com/libsql/libsql/…

Pekka Enberg (@penberg) 's Twitter Profile Photo

We merged WAL virtualization by Piotr Sarna patches to libSQL today. It unlocks bunch of interesting use cases, but one cool thing we're working on is bottomless storage with S3: github.com/libsql/libsql/… It is sowewhat similar to Litestream, but integrated with the database.

Pekka Enberg (@penberg) 's Twitter Profile Photo

We indeed glued SQLite to PostgreSQL wire protocol to implement a server mode for libSQL! And finally the repository is in decent enough shape for us to make it open source: github.com/libsql/sqld 1/ 🧵

libSQL (@libsqlhq) 's Twitter Profile Photo

With libSQL, you can use database triggers with functions implemented in #Wasm to put more code closer to your data. In this post, Piotr Sarna shows how this can help automate parts of a secure user registration flow for your app. blog.chiselstrike.com/webassembly-tr…

NanoVMs (@nanovms) 's Twitter Profile Photo

flying sqld via libSQL on nanos; now you can use your embedded sql talking to a daemon that speaks postgres wire all contained on its own little vm - neat!

flying sqld via <a href="/libsqlhq/">libSQL</a> on nanos; now you can use your embedded sql talking to a daemon that speaks postgres wire all contained on its own little vm - neat!
libSQL (@libsqlhq) 's Twitter Profile Photo

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…

Wasm I/O (@wasm_io) 's Twitter Profile Photo

Learn about libSQL, a fork of SQLite, and its support for dynamic function creation and execution directly via SQL, all powered by Wasm in Piotr Sarna 's talk "WebAssembly functions for your SQLite-compatible database" wasmio.tech/sessions/webas… #wasmio23

Learn about <a href="/libsqlhq/">libSQL</a>, a fork of SQLite, and its support for dynamic function creation and execution directly via SQL, all powered by Wasm in <a href="/sarna_dev/">Piotr Sarna</a> 's talk "WebAssembly functions for your SQLite-compatible database"

wasmio.tech/sessions/webas…

#wasmio23
Piotr Sarna (@sarna_dev) 's Twitter Profile Photo

My libSQL talk from ScyllaDB Summit 2023 is available here: youtube.com/watch?v=UTpqi0… Check out all the other presentations too, the agenda was really great, thanks ScyllaDB for having me! scylladb.com/scylladb-summi…

libSQL (@libsqlhq) 's Twitter Profile Photo

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…

Piotr Sarna (@sarna_dev) 's Twitter Profile Photo

A significant open-source contribution from wasmedge folks just landed in libSQL: improved memory allocation, WASI support and more efficient type translation for #wasm user-defined functions. Thanks! github.com/libsql/libsql/… #WebAssembly