Program doesn't stop #285
Unanswered
AndyDecker
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I thought that was on purpose🤔? because your program may not necessarily need to end when you close the connection with the database. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
when i'm trying out the example from the readme the program doesn't stop, even though await db.close() is called at the end. I couldn't find any explanation for that behavior so i wondered if it is environment specific because i already used denodb a month ago on another system (which i currently don't have access to) and it worked fine.
I'm using the latest postgres version from dockerhub, ubuntu 20.04 and deno:
deno 1.12.2 (release, x86_64-unknown-linux-gnu)
v8 9.2.230.14
typescript 4.3.5
Thanks for any help and ideas!
Best Regards,
Andreas
Beta Was this translation helpful? Give feedback.
All reactions