sourcebot/packages/db
Michael Sukkarieh 90550181af
add invite system and google oauth provider (#185)
* add settings page with members list

* add invite to schema and basic create form

* add invite table

* add basic invite link copy button

* add auth invite accept case

* add non auth logic

* add google oauth provider
2025-02-10 14:31:38 -08:00
..
prisma add invite system and google oauth provider (#185) 2025-02-10 14:31:38 -08:00
src SQL Database (#157) 2025-01-14 13:37:31 -08:00
.gitignore init (#176) 2025-01-23 14:06:40 -08:00
package.json SQL Database (#157) 2025-01-14 13:37:31 -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.