mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
* Update docs - start * Add logo & discord * Start updating docs for esm style imports * Update docs with logo & info on pooling * Update more import statements --------- Co-authored-by: Brian Carlson <brian.carlson@getcruise.com>
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"connecting": "Connecting",
|
|
"queries": "Queries",
|
|
"pooling": "Pooling",
|
|
"transactions": "Transactions",
|
|
"types": "Data Types",
|
|
"ssl": "SSL",
|
|
"native": "Native",
|
|
"esm": "ESM",
|
|
"callbacks": "Callbacks"
|
|
}
|