bun-elysia-drizzle
Get started with Bun, Elysia and Drizzle ORM
server
thecodebrew/bun-elysia-drizzle-base
Just deployed
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
This template is for those looking to quickly get started with Bun, Elysia and Drizzle ORM. The database used is a Postgres database.
Once this template is deployed, follow these steps to ensure everything is working as expected:
- Ensure the
DATABASE_URL
env variable is set to${{Postgres.DATABASE_URL}}
- In the settings of the server, under Networking, make sure a domain is generated
- The initial deploy will fail on the Drizzle migrate step. Clone the repo created and add your tables to the schema.
Template Content