doiská
Cant host Minecraft Server template
I tried a few times already, through the dashboard templates and https://railway.app/template/BLEtpx this one too
26 replies
DTDrizzle Team
•Created by Tharaka on 5/1/2023 in #help
Inserting records into related tables
This way you dont need to wait three responses
9 replies
DTDrizzle Team
•Created by Tharaka on 5/1/2023 in #help
Inserting records into related tables
Hi, i don't know if its a better approach, but you could predict the uniqueId in server-side, then make the three inserts.
9 replies
DTDrizzle Team
•Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
Thanks @Siris @s1njar ^^
59 replies
DTDrizzle Team
•Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
My esbuild config
59 replies
DTDrizzle Team
•Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
I think I get it, my problem only happens when I bundle the drizzle-orm using esbuild. If i set it as externals, it works perfectly
59 replies
DTDrizzle Team
•Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
If i use drizzle directly:
It gives me the error, but using an import, it works:
import { getTweets } from "@server/apps/twitter/twitter-tweets.db";
59 replies
DTDrizzle Team
•Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
The only way i made > 0.25 works was inside a iife, idk why
59 replies
DTDrizzle Team
•Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
I tried removing it, no difference
59 replies
DTDrizzle Team
•Created by thdxr on 4/4/2023 in #help
maximum call stack exceeded
And no, its not being used anywhere outside server.
59 replies