The source code of the database for all Artist Together apps.
drizzle-kit
drizzle-orm
drizzle-zod
libsql
zod
Install workspace dependencies in the root directory:
pnpm install
Run the push
script to bootstrap the database:
pnpm --filter db push
Note When making changes in the database schema, run the
push
script to apply the updates. Learn more about prototyping withdb push
in the Drizzle ORM documentation.
You can visually browse and modify the database using the studio
command:
pnpm --filter db studio