-
Consider the following example:
```python
import os
import libsql_experimental as libsql
print(F"syncing with {os.getenv('LIBSQL_URL')}")
connection = libsql.connect("hello.db", sync_url=os…
-
I have been trying to play with `libsql` and WASM functions as described in this [article](https://blog.chiselstrike.com/webassembly-functions-for-your-sqlite-compatible-database-7e1ad95a2aa7) while u…
-
Full end to end support for DB based RAG where user can choose
1. retriever
2. The LLM
3. The embedding model
4. The algorithm
etc and they will get an end to end solution for DB based rag. …
-
Hi team,
I use electron-builder to build [Beekeeper Studio](/beekeeper-studio/beekeeper-studio). I just announced LibSQL compatibility but had to take it back because it broke my x64 Mac builds.
…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
I'm using `libsql` package to run an introspection query, and it`s failing thinking "%AUTOINCREMENT%" is a column.
The SQL Standard defines "something" to be evaluated as strings, but SQLite is su…
-
It looks like there's a memory leak in the wasm udf implementation. I built v0.2.2 in a docker container, and created a very simple function, but invoking it will cause the memory usage of the contain…
-
We already have a rudimentary set of Rust tests under https://github.com/libsql/libsql/tree/main/test/rust_suite, but that only covers the new features. Ideally, the Rust test suite should increase th…
-
It would be nice to be able to use sqlite-vec as a vector store :)
> An extremely small, "fast enough" vector search SQLite extension that runs anywhere!
https://alexgarcia.xyz/sqlite-vec/
https:…
-
### What version of `drizzle-orm` are you using?
v0.29.0
### What version of `drizzle-kit` are you using?
v0.20.1
### Describe the Bug
Ran the following command where `driver` is set to `bun:sql…