sirhype
Explore posts from serversDTDrizzle Team
•Created by erfanium on 10/28/2024 in #help
How can i execute an actual `select star` query?
From the docs
Drizzle always explicitly lists columns in the select clause instead of using select *. This is required internally to guarantee the fields order in the query result, and is also generally considered a good practice.https://orm.drizzle.team/docs/select I imagine you could use the
sql
operator if you do need *
https://orm.drizzle.team/docs/sql2 replies
CDCloudflare Developers
•Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
I had no idea this existed, thank you!
20 replies
CDCloudflare Developers
•Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
No problem 🙂
20 replies
CDCloudflare Developers
•Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
If you can't find any contact information unfortunately you won't be able to contact them
20 replies
CDCloudflare Developers
•Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
This domain isn't owned by Cloudflare, it's just managed by Cloudflare. You're not going to be able to obtain the domain without contacting the current owner and attempting to buy it from them
20 replies
CDCloudflare Developers
•Created by Unipotato on 3/17/2024 in #pages-help
Cloudflare IP
Just trying to understand, do you own the domain "potatoisland.net"?
20 replies
CDCloudflare Developers
•Created by sirhype on 12/31/2023 in #pages-help
Cannot find module with vite + react + typescript + yarn build
Bit of an update. I downgraded to Vite 4 and copied over all my configs from my old project and it worked. Not sure which part was broken, but going with this for now. Going to leave this open in case someone else has any input on why it might be broken with Vite 5, otherwise happy to close it.
2 replies