Starko00
Starko00
Explore posts from servers
TTCTheo's Typesafe Cult
Created by Starko00 on 8/8/2024 in #questions
Building an npm package that has server actions
Hi i am building a small npm package and i want it to use server-actions a bit stuck for a couple of days and i just can't seem to find good examples, runing into tbh propper skill issues when it comes to building standalone packages. Would really apreciate help.
3 replies
DTDrizzle Team
Created by Starko00 on 2/24/2024 in #help
Doese anyone now why timestamps and numerics brake the Migrations? is there any way that we cou
Our migrations get broken on tabels that we have never even touched, changing time stamps to timestamps and numerics to numerics thus deleting all of our data...
1 replies
DTDrizzle Team
Created by Starko00 on 2/15/2024 in #help
can anyone help me i have a problem with these migrations its always changing the tables that i didn
No description
9 replies
TTCTheo's Typesafe Cult
Created by Starko00 on 2/15/2024 in #questions
Best place to deploy Bun monorepo server?
What are your opinons where would be the best place to do this?
5 replies
TTCTheo's Typesafe Cult
Created by Starko00 on 12/1/2023 in #questions
I need advice, is there any good pattern for building server components as an npm package?
So i have managed to build it works fine and everything just want to impove it so would love to see some examples, my server components are basicaly stuf for datafetching taht i reuse in a bunch of projects, would love to expand it and see more examples 😄
1 replies
TTCTheo's Typesafe Cult
Created by Starko00 on 10/20/2023 in #questions
pg library and connection to vercel PSQL
So i have been trying for a long time to connect my project to my PSQL on vercel but wiht close to no luck at all, I can easily connect the thing to my other databases that are hosted on platfroms like DigitalOcean (tried both the one on my VM and the other one that they provide) seems to work fine and here is where things become strange i connected vercels PSQL to my PGAdmin4 thing works like a charm, as soon as i change my env config in the app the thing throws an xx000 error, i tired a bunch of things but am currently stuc.....
4 replies