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...
**Is your feature request related to a problem? No.** **Describe the solution you'd like** Middleware to log the all or selectable table operation to the db **Describe alternatives you've considered**...
**Is your feature request related to a problem? Please describe.** After analysing some runtime performance issues, we're able to easily tweak the queries or access rules to get significantly smaller...
orginal request from discord: https://discord.com/channels/1035538056146595961/1159194942787293255/1263536255405260800 It should work as what TS does: 
**Is your feature request related to a problem? Please describe.** decimal.js adds an extra `31.9k` of overhead to the bundle. Its quite a heavy dependency considering that we're using just...
For example, the `Payment` could be created by customer, but the `isPaid` field should not be changed by customer, it could only be updated by the backend service after receive...
**Is your feature request related to a problem? Please describe.** Prisma has recently added a new preview feature called `prismaSchemaFolder` which enabled multiple schema files and some other changes. **Describe...
Hello Zenstack Team, I'm writing to request a caching mechanism for the zenstack generate command. Currently, when dealing with large schemas containing many tables, the generation process becomes time-consuming. 1....