-
I notice you use in the example
mongodb
and polodb core (embedded) database,
on some older example i might have seen sled db
most of the db you use are all non-sql database
is there any …
-
I am attempting to run both of these in docker via compose (not sure if it is a supported configuration?), but not having luck with libsql or local-libsql. Is there currently a way in which this can b…
-
Hello!
I recently came across [Turso](https://turso.tech), that seems a great fit for serverless applications and, since it requires an additional extension, I am trying to add a new layer to install…
-
Functions that are generated should handle the empty result set or maybe they should be defined to return `TestsqlResult | null` or throwing an error.
Current error that is triggered
```
Type…
-
Hi - I'd like to contribute to this repo - however, I'm unsure how to install the peer dependencies appropriately.
Cloning the repo from master, running pnpm install, then running `pnpm run build` …
-
In v0.29.0 you removed support for Atlas, which was allowing us to use Bob with [libSQL/Turso](https://github.com/tursodatabase/libsql-client-go) (a database not directly supported by Bob). Since Bob …
-
Now that there's work towards getting libSQL to compile into Wasm, let's consider doing a https://www.npmjs.com/package/@sqlite.org/sqlite-wasm like package that people can use.
-
**Is your feature request related to a problem? Please describe.**
I use SQLite, but the libSQL / Turso variant. It would be awesome if the sqlite support could be enriched to support this.
**De…
-
## Describe the feature
Unless I am mistaken, Gorm does not support a network connected SQLite database, specifically [libsql](https://github.com/tursodatabase/libsql) / [Turso](https://turso.…
-
**Describe the bug**
Getting the following error when trying to sign-in with Apple when the account already exists:
```
LibsqlError: SQL_PARSE_ERROR: SQL string could not be parsed: near WHERE, "No…