Brian C b94c8e1366
Don't use prefix import as it breaks in old nodes. (#3578)
* Don't use prefix import as it breaks in old nodes. This is a one time fix for #3577 because its easy to do. node < v16 is not supported.

* Update docs
2026-01-14 20:48:10 -06:00
..
2025-04-23 16:46:21 -05:00
2025-04-23 16:46:21 -05:00
2025-05-15 19:40:03 -05:00

node-postgres docs website

This is the documentation for node-postgres which is currently hosted at https://node-postgres.com.

Development

To run the documentation locally, you need to have Node.js installed. Then, you can clone the repository and install the dependencies:

cd docs
yarn

Once you've installed the deps, you can run the development server:

yarn dev

This will start a local server at http://localhost:3000 where you can view the documentation and see your changes.