zenstack
zenstack copied to clipboard
Typescript toolkit on top of Prisma ORM, offering flexible and declarative Access Control Policy(Authorization/Permission) for RBAC/ABAC/PBAC/ReBAC with auto-generated type-safe APIs and frontend hook...
Use something like $TYPENAME to represent the actual model name. There are two known scenarios for now: - Be able to disambiguate relations in the abstract model. ```prisma abstract model...
**Description:** I would like to propose the creation of a Google Chrome extension that simplifies the display of Fetch requests sent to the server. Currently, when using libraries like React...
For example, one may want to use plural endpoint names instead of singular ones.
### Problem Prisma removed support for Enum in Sqlite and SqlServer back in 2020, leading to increased boilerplate code and a lack of a single source of truth. For instance,...
**Description and expected behavior** As per documentation in order to use REST Handler we need to provide endpoint URL. Unfortunately the only possible format is absolute URL with hardcoded protocol,...
Today abstract models are compiled away when generating Prisma schema. Currently type generation is only done by Prisma, zenstack itself doesn't generate model types. Discord discussion context below:
https://github.com/antfu/ni