Hello. I'm getting this error when running `npx drizzle-kit push` command. Anyone know what's going
Hello. I'm getting this error when running
npx drizzle-kit push
command. Anyone know what's going on?
17 Replies
API token has edit permission on D1 resource.
Edit: It seems something is broken on Drizzle Kit.
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Looks like it does? -> https://community.cloudflare.com/t/d1-support-for-virtual-tables/607277/3?u=fry69
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Did anyone else had any unexplained reporting in billable usage for D1? On the 25th of October it's saying it suddenly had 1 million row reads, though it's not verifiable through the D1 analytics page, see thread for screenshots:
Hello, how can i duplicate a D1 database ?
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
Yeah but I'm having issues doing that
All the time
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I am considering creating a serverless database just for fun using AWS Lambda/@edge and S3/CDN to store SQLite files.
Is this a good approach?
How should this work? Do you want to write the whole SQLite file each time you do a SQL write operation?
yeah perform the required SQL operations in-memory, and then write the updated file back to S3 after each write operation, yeah i also know its not optimal for high-frequency write.
I got some interest from this video where he shared about hosting db on github pages:
https://www.youtube.com/watch?v=cYP0k_shdWc
Bufferhead
YouTube
Host your Database for Free on Github Pages
Databases are an essential part of many modern web applications but running them can be really expensive. That’s why in this video I’ll show you how you can run an SQLite Database completely for free, on top of Girhub Pages. GitHub Pages allows you to host files and websites. But using the JavaScript library SQL.js-HTTPVFS it is possible to use ...
I don't see why it can't work, but not sure why you are asking in #d1-database?
I thought this channel might have the right people to ask. should I move this to the #off-topic ?
That would be advisable, this channel is for questions/support for the D1 product from Cloudflare, not generic SQLite development.
I have a D1 database and I want to duplicate to do some tests, not a local SQLIte