@betterinternship/db
v1.2.0
Published
Allows connecting to the db.
Downloads
257
Readme
BetterInternship Master DB
Make sure to include DB_URL as an env variable; it should be the direct database connection string
# This pulls the latest schema from our postgresql database.
# Url is stored in the env (DB_URL)
npx prisma db pull
# This regenerates the Prisma Client
npx prisma generate