How does the neon client work?
Does this code snippet create a constant connection to the neon database? Or it only connects when it executes a query:
2 Replies
ratty-blush•15mo ago
Hey! It's an http client, so it creates an http connection on query
inland-turquoiseOP•15mo ago
Thanks for clarifying!