-
Path: /api-reference/databases/invalidate-tokens
Code snippet is wrong
```
import { createClient } from "@tursodatabase/api";
const turso = createClient({
org: "...",
token: "",
});
…
-
Hey I was very interested in learning how to use Turso on my most recent Deno project.
I resorted to making a Deno compatible client for local development as Deno only had support for the web version…
-
If you, for example, cancel `turso db create` command before it managed to spawn an instance, you will end up with a database that you cannot connect to. Some of the commands suggest running `db repli…
-
I tried to play with this. However, I can not get it to install.
- I am on a windows machine.
- I installed vite
-I am lost..
-
We currently tell people to configure the CLI access token as an environment variable, but as
Sancho Godinho points out, it's not always the best option because environment variables can plausibly l…
-
Hi,
This looks awesome. I wanted to know does it support Cloudflare for hosting on the edge? I noticed you have used Hono and Drizzle which both look great for the Edge.
many thanks
-
-
Unable to run the project getting the following error everytime trying to run the project.
nuxt3 + drizzle + turso
```js
No config path provided, using default path
Reading config file '/dri…
-
Report on Discord:
> Hi I got this error read only transactions are not supported when I execute transaction with readonly option set to true
```go
db.BeginTx(ctx, &sql.TxOptions{
Read…
-
Since Wasp uses Prisma as its abstraction layer for the database, it should be possible for us to expand our support for SQLite and PostgreSQL to more database engines.
We should take into account …