Tskr

  • Docs
  • Rest API
  • About us
v0.1
  • stars 9
  • GitHub
    Go to the Tskrio GitHub repo
  • Twitter
    Follow Tskr on Twitter
  • Docs
  • Files
    • api/
    • ├─ db/ 📌
    • │⠀⠀⠀├─ migrations/
    • │⠀⠀⠀└─ schema.prisma
    • ├─ generators/
    • │⠀⠀⠀├─ sdl/
    • │⠀⠀⠀└─ service/
    • └─ src/
    • ⠀⠀├─ directives/
    • ⠀⠀├─ emails/
    • ⠀⠀├─ functions/
    • ⠀⠀├─ graphql/
    • ⠀⠀├─ lib/
    • ⠀⠀├─ rules/
    • ⠀⠀└─ services/
    • scripts/
    • ⠀⠀├─ createAdmin.js
    • ⠀⠀├─ deleteAll.js
    • ⠀⠀├─ seed.js
    • ⠀⠀└─ seedFiles/
    • web/
    • ├─ config/
    • ├─ generators/scaffold
    • │⠀⠀⠀├─ assets/
    • │⠀⠀⠀├─ components/
    • │⠀⠀⠀├─ layouts/
    • │⠀⠀⠀└─ pages/
    • ├─ public/
    • └─ src/
    • ⠀⠀├─ components/
    • ⠀⠀├─ layouts/
    • ⠀⠀├─ lib/
    • ⠀⠀├─ pages/
    • ⠀⠀├─ styles/
    • ⠀⠀├─ App.js
    • ⠀⠀├─ chakraUiTheme.js
    • ⠀⠀├─ index.html
    • ⠀⠀└─ Routes.js
    • .env
    • .gitpod.yml
    • netlify.toml
    • redwood.toml
  • Schema
  • Cookbooks

This folder contains all the prisma stuff. When you want to add a new model / table, you'll want to add it here, then run yarn rw prisma generate to build the models for prisma, then run either the scaffold command, or the another generate command to build out the sdls, services, and components. Once that's all done, you can generate a migration by running yarn rw prisma migrate dev and this will add SQL to the migrations folder.

On this page

Tskr is released under the MIT License

Hosted on Netlify

We only use cookies when we need them, and this page doesn't so... crack on love!

  • Contributing
  • GitHub
  • Twitter