libSQL
@libsqlhq
Followers
833
Following
27
Media
0
Statuses
21
Discuss libSQL at @tursodatabase.
Joined October 2022
A significant open-source contribution from @realwasmedge folks just landed in @libsqlhq: improved memory allocation, WASI support and more efficient type translation for #wasm user-defined functions. Thanks! https://t.co/LuTwdoBPxo
#WebAssembly
github.com
About fix: load wasi_nn plugin: On WasmEdge 0.11.2 . When load wasi_nn plugin, we need call WasmEdge_ConfigureAddHostRegistration(ConfCxt, WasmEdge_HostRegistration_WasiNN);. But On WasmEdge 0.12.0...
0
6
25
We are pleased to announce new versions of core #libSQL and its server sqld. Read the release notes for libSQL 0.2.0 here: https://t.co/TSTFwMrCj3 And for sqld 0.3.3 here: https://t.co/LALd7DXNCe
1
2
17
My libSQL talk from ScyllaDB Summit 2023 is available here: https://t.co/9IrSivfWHe Check out all the other presentations too, the agenda was really great, thanks @ScyllaDB for having me!
0
3
20
Join me in Barcelona! My talk on @libsqlhq is at 12:30, March 23rd https://t.co/AMwwDhDcOQ
The final agenda for #wasmio23 is now available! https://t.co/h5LzR7OOCM Don't miss out on the opportunity to learn from the best, connect with like-minded developers, and be a part of a groundbreaking community.
0
1
3
Learn about @libsqlhq, a fork of SQLite, and its support for dynamic function creation and execution directly via SQL, all powered by Wasm in @sarna_dev 's talk "WebAssembly functions for your SQLite-compatible database" https://t.co/ff8yMpD3Ub
#wasmio23
0
7
19
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. https://t.co/BAzaF5MAeK
1
8
42
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. https://t.co/BgwCaXTQk7
0
5
26
We indeed glued SQLite to PostgreSQL wire protocol to implement a server mode for @libsqlhq! And finally the repository is in decent enough shape for us to make it open source: https://t.co/HWvENib9YW 1/ 🧵
github.com
LibSQL with extended capabilities like HTTP protocol, replication, and more. - libsql/sqld
Uh oh, these guys glued the postgres wire protocol to SQLite. Hacker news is gonna lose their collective minds
9
47
248
"Spanner: Google’s Globally-Distributed Database" by Corbett et al (OSDI '12) is a seminal paper from Google that I believe kick-started the last decade of distributed SQL databases such as @CockroachDB, @Yugabyte, and others. So let's dig into what the paper has to say! 🧐🧵1/
0
1
3
We merged WAL virtualization by @sarna_dev patches to @libsqlhq today. It unlocks bunch of interesting use cases, but one cool thing we're working on is bottomless storage with S3: https://t.co/XTHwi65xfm It is sowewhat similar to Litestream, but integrated with the database.
github.com
This patchset integrates libSQL with https://github.com/libsql/bottomless - an optional extension which adds transparent automatic replication to S3-compatible storage. It only works in WAL mode, b...
4
6
34
Thanks to @lucasvillareal for this optimization to libSQL! Community contributions are an important part of our mission. https://t.co/5kkoXZCYX2
github.com
SQLite provides an interface to expose different data sources (such as files or other database systems) as virtual tables. There are several callbacks one must implement to enable e.g., connection ...
1
1
7
I am presenting SQLite internals to the @libsqlhq community. If you missed my #devfest talk, you can catch up tomorrow 10 00PM (GMT+4) #opensource You can put a reminder here: https://t.co/lD7DSPb6qT
0
4
12
0
2
3
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: https://t.co/RE0QTzQjFy
#WebAssembly #sqlite
0
6
20
https://t.co/tGkjU0okOw is how we'll be doing WASM from Rust for @libsqlhq : 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.
0
2
7
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.
1
3
12
Lots of community momentum forming around adding support for WASM stored procedures in libSQL. Take a look at this PR from @sarna_dev: https://t.co/CmQaOorTyY
github.com
This series implements a mechanism for registering and running Wasm functions. The current runtime of choice is wasmtime and its libwasmtime.so library with C bindings (but a switch to Rust should ...
0
2
4
1.3K ⭐️ libSQL (@libsqlhq) is an #OpenSource, open contribution fork of SQLite. https://t.co/r0I6Bs82iB
https://t.co/5rGOmUPmZt
#starhistory #GitHub #SQL via @StarHistoryHQ
0
3
6
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. https://t.co/YG9hcjlld7
github.com
libSQL is a fork of SQLite that is both Open Source, and Open Contributions. - tursodatabase/libsql
0
2
4