workers-help
pages-help
general-help
durable-objects
workers-discussions
pages-discussions
wrangler
coding-help
kv
🦀rust-on-workers
miniflare
stream
general-discussions
functions
zaraz
âš¡instant-logs
email-routing
r2
pubsub-beta
analytics-engine
d1-database
queues
workers-for-platforms
workerd
web3
🤖turnstile
radar
web-research
logs-engine
cloudflare-go
terraform-provider-cloudflare
workers-ai
browser-rendering-api
analytics
next-on-pages
cloudflare-ai
build-caching-beta
hyperdrive
vectorize
ai-gateway
python-workers-beta
vitest-integration-beta
workers-observability
workflows-beta
I'm trying to import data from an sql
statement too long: SQLITE_TOOBIG
error. The whole sql file is 24mb and has one insert statement per line (each statement ends with a semicolon followed by a line break). The table has 13 columns I'm inserting into. The longer insert statement line is 751 byte. Are there any limitations for the D1 HTTP API I'm not aware of? Could this be a bug? Or I'm maybe doing something wrong?
Update: Problem was with quotes not been escaped. Escaped those by doubling them and the problem was solved!...Unexplained row reads in billable usage
Hello. I'm getting this error when
npx drizzle-kit push
command. Anyone know what's going on?
```
[✓] Pulling schema from database...
Error: 7500: not authorized: SQLITE_AUTH...We are also seeing this error.
npx wrangler deploy
Partial toml file
```toml...I'm trying to run multiple SQL
env.DB.exec()
, I get an error. It can only parse multiple queries if each query is only a single line.
works via db.exec()
```sql...yes, there is a .sqlite file in .
hi all. I am using import API for D1
I switched and couldn't believe how easy
Thanks guys for this brainstorm.
Do you have to use the REST API? Might
Hi, I am having troubble setting up
bun drizzle-kit migrate
i receive the following error:
```bash
$ bun db:migrate
$ drizzle-kit migrate
No config path provided, using default 'drizzle.config.ts'...Anyone know why BLOB fields return
number[]
instead of ArrayBuffer
? Seems weird because the docs show that they should map to ArrayBuffers.I'm using nuxt + drizzle orm +
Hi folks. i have a bunch of data in a
Hi All, I am facing an issue using D1
wrangler d1 execute appdb-dev --local --file=./1.sql
...I am trying to follow the instructions
What are your thoughts of separate
hi all, i'm developing a worker that has