Salumsu
Salumsu
Explore posts from servers
DTDrizzle Team
Created by Axelin on 8/11/2024 in #help
NEXTJS: module not found: net
You can do either of these: - Create an api endpoint for querying the database and create a function that fetches that endpoint. - Create a server action, some people don't recommend this when you're dealing with authentication and sensitive info (such as api keys)
3 replies
DTDrizzle Team
Created by Axelin on 8/11/2024 in #help
NEXTJS: module not found: net
I don't think you can use db on the client. And since getProvncias is using it, which you are directly using on the client, you would expect some errors.
3 replies
DTDrizzle Team
Created by Salumsu on 8/6/2024 in #help
Where to define Postgres Triggers?
Thank you very much!
6 replies
DTDrizzle Team
Created by Salumsu on 8/6/2024 in #help
Where to define Postgres Triggers?
Im also using T3 stack. (NextJS 14 App Router)
6 replies