Files
2021-10-12 06:26:51 -04:00

1015 B

title, description, tags
title description tags
BlitzJS Example Blitz app that connects to a PostgreSQL database
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

  • Click the Railway button 👆
  • Add the required environment variable

📝 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.