The reason why I want to use knex is because Directus uses knex js and I am thinking, it would be am
The reason why I want to use knex is because Directus uses knex js and I am thinking, it would be amazing to deploy Directus with CloudFlare D1
16 Replies
Read replicas, Backups, Larger DB Storage, and Dynamic Bindings have all been said to be coming by GA from employees.
Read replicas: https://blog.cloudflare.com/d1-open-beta-is-here/
Backups: https://discord.com/channels/595317990191398933/992060581832032316/1171842660315713596
Larger DB Storage: https://discord.com/channels/595317990191398933/992060581832032316/1185248588465451109
Dynamic bindings: https://discord.com/channels/595317990191398933/992060581832032316/1186646172811657286
Bear in mind that the linked comments are not promises - "we'd like to"/"it's planned" !== coming by date X with certainty
Dynamic bindings did say "will be part of/ahead of GA" 😛
but yes
Still not promises. Team is working on shipping a lot, and we want to be transparent with timelines, but these are not guarantees.
Good to know it's at least up there on the priority list even if it doesn't end up making GA!
what does GA mean?
generally available aka production ready
so they just mean that those features will be available once its production ready ? like not in beta?
Yes, and its more of a plan to have them so it might be ready might be after
ok but why does this not work
[cause]: Error: FOREIGN KEY constraint failed
like whatNo clue I dont use SQL 🤷
what do you use then
On cloudflare I use durable objects :NODDER:
idk i couuldnt ever get used to workin with durable objects. they seem great at first but even for a simple key value store i have to write a class? like what
yeah its probably the
blobId
, but shouldnt last_insert_rowid()
return the id
of the latest inserted blob
? as in the first batch statement?


do you prefer raw sql ?