Files
archived-starters/examples/blitzjs
dependabot[bot] fc41b344b4 Bump hosted-git-info from 2.8.8 to 2.8.9 in /examples/blitzjs (#97)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 02:08:51 -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
2021-02-01 23:52:53 +00:00
2021-02-19 00:31:32 -08: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.