sourcebot/packages/db
2025-02-27 17:06:53 -08:00
..
prisma Connections UX pass + query optimizations (#212) 2025-02-26 15:46:37 -08:00
src SQL Database (#157) 2025-01-14 13:37:31 -08:00
.gitignore Add .env to db gitignore 2025-02-27 17:06:53 -08:00
package.json remove package lock file and fix prisma dep version 2025-02-13 13:55:18 -08:00
README.md SQL Database (#157) 2025-01-14 13:37:31 -08:00
tsconfig.json SQL Database (#157) 2025-01-14 13:37:31 -08:00

This package contains the database schema (prisma/schema.prisma), migrations (prisma/migrations) and the client library for interacting with the database. Before making edits to the schema, please read about prisma's migration model to get an idea of how migrations work.