Files
archived-starters/javascript/with-postgres/README.md
Jake Runzer 256cce952e Cleanup examples (#16)
- Remove serverless example (it was basically dup of with-postgres)
- Add plugin (e.g. postgres) to example name
- Update all javascript examples and make sure they work
- Cleanup a bit of the ui in nextjs example
2020-11-24 22:23:23 +00:00

14 lines
393 B
Markdown

# 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`