Samir
Explore posts from serversDTDrizzle Team
•Created by Samir on 12/16/2023 in #help
Migration issue with PostgresSQL
I'm trying to migrate
But it says
PostgresError: foreign key constraint "post_like_post_id_post_id_fk" cannot be implemented code: "42804"
3 replies
CDCloudflare Developers
•Created by Samir on 12/13/2023 in #general-help
Site's metadata with WAF protection
I want to add WAF protection to my site. But after adding that, It does not allow to show embed of meta data when shared on platforms like (discord, x, ..etc). I want to make it like https://unijoin.io when shared. It shows metadata and when opened on browser. It show WAF protected page
7 replies
DTDrizzle Team
•Created by Samir on 10/26/2023 in #help
How would I get 2 unique values?
I got my post likes table.
But if I already have same post id with different user. It returns error "
LibsqlError: SQLITE_CONSTRAINT: SQLite error: UNIQUE constraint failed: post_like.post_id
"7 replies
DTDrizzle Team
•Created by Samir on 10/19/2023 in #help
Issue with DOM element types
When I install
drizzle-orm
to my NextJS app (app dir). It ruins typescript types of DOM elements.11 replies