# Postgres Example This example connects to a Postgres database with [node-pg](https://www.npmjs.com/package/pg). ## How to use - Create a Railway project with the Postgres plugin - Connect to your Railway project with `railway init` - Run this example with `railway start` ## Notes The SQL query being run simply fetches the current time in the database. It is located in `src/index.js`