buckwheat
Explore posts from serversDTDrizzle Team
•Created by buckwheat on 9/2/2024 in #help
Timeout while migration
Its not that connection error and all app is running file but when i run migration its not migrated in the db and it gets timeout, am using postgresql
1 replies
DTDrizzle Team
•Created by buckwheat on 8/20/2024 in #help
Disable selection in table creation
i have column in ai_model table named api_key , i do not want that in any response and want only when I actually select for it
like in typeorm
@CreateDateColumn({ select: false, type: 'timestamp' })
createdAt: Date;
how can I handle this in drizzle
3 replies
CDCloudflare Developers
•Created by buckwheat on 5/29/2024 in #general-help
Cant set cookies through cloudflare
4 replies
CDCloudflare Developers
•Created by buckwheat on 4/15/2024 in #general-help
No event handlers were registered. This script does nothing. [code: 10021]
So the thing is that i am trying to build full stack application with sveltekit and firebase, when i try to deploy it to workers i was getting node errors from the dependencies of
firebase-admin
package, so switched my app adapter to @sveltejs/adapter-cloudflare-workers
to @sveltejs/adapter-node
, now its building with another error , after digging up came to know that building with es6 format would work, but am trying to build to .mjs file format but keep on getting .js file on .svelte-kit/adapter-node
folder. How can i fix it, i just want to deploy my svelte fire application to cloudflare. Let me know if am going in right way6 replies