Files
archived-starters/examples/blitzjs
dependabot[bot] 5d33107abd Bump path-parse from 1.0.6 to 1.0.7 in /examples/blitzjs (#171)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-22 12:48:52 -07:00
..
2021-02-19 08:18:20 +00:00
2021-02-01 23:52:53 +00:00
2021-02-01 23:52:53 +00:00
2021-02-19 08:18:20 +00:00
2021-02-01 23:52:53 +00:00

title, description, tags
title description tags
BlitzJS Example Blitz app that connects to a PostgreSQL database
blitz
postgresql
typescript
prisma

Blitz.js Postgres Example

This example is a Blitz.js app that connects to a Railway Postgres database.

Deploy on Railway

Features

  • Blitz.js
  • Postgres
  • TypeScript

💁‍♀️ How to use

📝 Notes

This example was generated by running blitz new. The default SQLite database was swapped out for Postgres by following this guide.

Read more about Blitz.js at their official documentation.