Skip to content

Latest commit

 

History

History

db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Artists Together Database

The source code of the database for all Artist Together apps.

Stack

  • drizzle-kit
  • drizzle-orm
  • drizzle-zod
  • libsql
  • zod

Development

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 with db push in the Drizzle ORM documentation.

You can visually browse and modify the database using the studio command:

pnpm --filter db studio