The node-postgres Client
object re-exported with minor modifications.
https://node-postgres.com/apis/client
Returns an async tagged-template function that runs a single SQL query (no session or transactions) with low latency over https. Queries are composable: they can be embedded inside each other.
The node-postgres Pool
object re-exported with minor modifications.
https://node-postgres.com/apis/pool
Detects if the code is running in a browser environment and displays a warning about the security implications of running SQL directly from the browser.