S Fasi
DTDrizzle Team
•Created by JUAL BELI HP SEKITAR KLATEN on 8/6/2024 in #help
Error line in vscode when accesing env variable
or make sure it is a number by actually checking
3 replies
DTDrizzle Team
•Created by JUAL BELI HP SEKITAR KLATEN on 8/6/2024 in #help
Error line in vscode when accesing env variable
process.env.*
are of type string and port here requires number
so just cast PORT
as number3 replies
DTDrizzle Team
•Created by S Fasi on 7/29/2024 in #help
How to test the connection & cleanup on shutdown
which means I will have to export the connection as well (not sure if our team would want to do that)
4 replies
DTDrizzle Team
•Created by S Fasi on 7/29/2024 in #help
How to test the connection & cleanup on shutdown
I was using only the drizzle db object, if there is no way to test the connection through drizzle then yes I will have to look at testing the underlying connection
4 replies