Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese committed Sep 8, 2023
1 parent b56c4f8 commit 6bf89ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Kirimase generates:

#### a) Model:

- Generates column types based on your SQL flavor and database provider.
- Generates a drizzle schema with column types based on your SQL flavor and database provider.
- Uses drizzle-zod to generate Zod schemas for frontend and backend validation.
- Generates queries and mutations for CRUD operations, optimized for consumption via a Next.js front-end.
- Generates queries and mutations for CRUD operations, fully typed and optimized for consumption via a Next.js front-end.

#### b) Controller:

Expand Down

0 comments on commit 6bf89ab

Please sign in to comment.