Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.13 KB

TODOS.md

File metadata and controls

37 lines (24 loc) · 1.13 KB

Init Script

  • Change from where is lib folder to "is there a lib folder?"

  • after init script, create a kirimase.config.json that has the following

    • using src folder? (this will be used for lib folder and file creation)

    • db type (pg, mysql, sqlite)

    • db driver (deployment) (neon, vercel, turso, planetscale) - think at the start doing neon, vercel, and planetscale

    • orm (drizzle or prisma) (starting with drizzle)

Generate Script

  • add implementation that allows user to select what they would like to scaffold

  • [] add form to create

  • add controller for trpc

  • [] add logic to move root-domain thats in provider to .env

  • add update_Schema to the model

  • change init to only initialise config file -> then add drizzle to add ->

  • [] add seed script

  • update script needs to stringify with null, 2

  • add provider automatically?

  • change queries and mutations to find items based on typeof id rather than on a fixed type (number)

  • add all remaining columns for drivers

## Relations

  • [] add relation builder

Next Auth

  • add next auth
  • add (is owned by user) to generate