sourcebot/packages/db
Michael Sukkarieh 3f586dd927
make repo garbage collection async (#211)
* add gc queue logic

* fix missing switch cases for gc status

* style org create form better with new staging domain

* change repo rm logic to be async

* simplify repo for inactive org query

* add grace period for garbage collecting repos

* make prom scrape interval 500ms
2025-02-25 15:49:09 -08:00
..
prisma make repo garbage collection async (#211) 2025-02-25 15:49:09 -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 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.