Files
zod-pocketbase-continue/README.md
2025-10-12 13:39:32 +02:00

32 lines
965 B
Markdown

# zod-pocketbase-continued
Zod tooling for your PocketBase instance.
This repository is a continuation of [Gregory Bouteiller's zod-pocketbase](https://github.com/gbouteiller/zod-pocketbase), as the original repository was outdated for 10 months.
## Documentation
[Old documentation is compatible with the current version](https://zod-pocketbase.vercel.app)
## Compatibility
- **PocketBase**: v0.30.0
- **PocketBase JS SDK**: v0.26.2
## Changes from Original
### Project Structure
- Removed `doc/`, `playground/` and monorepo configuration
- Replaced `pnpm` and `node` in favor of `bun`
- Switched `.github/` to `.gitea/` and `gh` to `tea`
### Dependencies & Code
- Updated all npm dependencies (except `zod`, which was only updated to the latest 3 version)
- Removed unused dependencies
- Fixed `getPocketbase` function in `sdk.ts` to match the latest PocketBase version
- Implemented most TODOs left in `content.ts`
## License
[MIT License](./LICENSE)