-
I'm getting this error with the following elements:
**Unable to create database, got error: decode response: unexpected Content-Type: text/plain**
```terraform
terraform {
required_provide…
-
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 …
-
As mentioned in the title, following are 2 traces coming from turso's UI, it's very easy to reproduce:
Violating NOT NULL constraint
```
Error: PROXY_ERROR: error executing a request on the prima…
-
### Describe what you want
sqlite implements geospatial queries using the R*Tree extension ([https://www.sqlite.org/rtree.html](url)), and full text search using the FTS5 extension ([https://www.sqli…
-
Hi, when I try to import my SQLite database I always get an error “Invalid JSON”.
[sqlite-import-original.json](https://github.com/user-attachments/files/17181265/sqlite-import-original.json)
I …
-
# Describe the bug
## A clear and concise description of what the bug is.
- When i signup using full name , email and password and am taken to dashboard where there is a banner that says verify yo…
-
### What version of `drizzle-orm` are you using?
0.30.7
### What version of `drizzle-kit` are you using?
0.20.14
### Describe the Bug
```
import type { Config } from "drizzle-kit";
// import …
-
hi folks
recently downloaded the repository to create a new directory project for a side project. I've found the .env file and created a new Turso API token, but I'm struggling to understand how to c…
-
**Describe the bug**
It's my understanding from the docs that persistent tasks are always run last, and kept running.
I'm curious how we should handle cases where we need to apply migrations to …
-
# Turso
Turso is a DBaaS based on libsql. They provide their own sdk kit for Go.
# Issue
When I tried using sqlite3store I kept getting errors due the insert syntax.
This can be reproduced with…