Modern data layer for TypeScript apps - type-safe ORM, built-in access control, automatic query services
Find a file
2025-06-16 12:02:02 +08:00
.github/workflows chore: enable lint and CI (#17) 2025-06-13 09:49:11 +08:00
.vscode refactor: implement a custom kysely executor for better control how queries are executed 2025-04-22 22:26:15 -05:00
packages docs: add JSDoc (#22) 2025-06-16 12:02:02 +08:00
samples/blog feat: add "create-zenstack" and "init" command (#20) 2025-06-13 22:23:22 +08:00
.eslintignore chore: enable lint and CI (#17) 2025-06-13 09:49:11 +08:00
.eslintrc.json chore: enable lint and CI (#17) 2025-06-13 09:49:11 +08:00
.gitignore e2e 2025-03-19 20:38:43 -07:00
BREAKINGCHANGES.md fix issues with nested read; getting more test cases to pass (#6) 2025-05-24 23:06:26 -07:00
LICENSE fix: crud typing fixes and more test cases (#21) 2025-06-15 08:44:05 +08:00
NEW-FEATURES.md fix: crud typing fixes and more test cases (#21) 2025-06-15 08:44:05 +08:00
package.json feat: add "create-zenstack" and "init" command (#20) 2025-06-13 22:23:22 +08:00
pnpm-lock.yaml fix: crud typing fixes and more test cases (#21) 2025-06-15 08:44:05 +08:00
pnpm-workspace.yaml feat: add "create-zenstack" and "init" command (#20) 2025-06-13 22:23:22 +08:00
README.md update 2025-03-19 21:23:58 -07:00
TODO.md docs: add JSDoc (#22) 2025-06-16 12:02:02 +08:00
tsconfig.json update 2025-04-02 21:30:59 -07:00
turbo.json chore: add publish/unpublish preview scripts (#19) 2025-06-13 16:01:53 +08:00
vitest.base.config.ts refactor: implement a custom kysely executor for better control how queries are executed 2025-04-22 22:26:15 -05:00
vitest.workspace.ts refactor: implement a custom kysely executor for better control how queries are executed 2025-04-22 22:26:15 -05:00

ZenStack V3

See samples/blog for a demo.