Bozic0909
Bozic0909
Explore posts from servers
DTDrizzle Team
Created by Bozic0909 on 9/17/2023 in #help
connection ECONNREFUSED when trying to push to neon db
I figured later, the issue was with env variables not being loaded properly even though they exist i managed to fix this issue by using dotenv library
3 replies
DTDrizzle Team
Created by Bozic0909 on 8/28/2023 in #help
drizzle studio tables are empty
I manage to solve this by adding fileMustExist: true, in the
const sqlite = new Database("sqlite.db", {
fileMustExist: true,
});
const sqlite = new Database("sqlite.db", {
fileMustExist: true,
});
4 replies