Flexible and strongly-typed, with useful helpers to simplify the querying process.
pb.filter()..group()..search(), .between(), .in(), .isNull(), and more.pb_hooks.Our goal was to build a flexible and strongly-typed query builder with useful helpers to simplify the querying process. But more importantly, we wanted to create a tool that helps prevent errors and provides examples and solid autocompletion in the IDE. This way, when we come back to the project after a long time, we won't need to relearn the intricacies of PocketBase's querying syntax.
Documentation directly in your IDE.

Leveraging the power of TypeScript, we provide suggestions based on your schema.

This project was inspired by @emresandikci/pocketbase-query.
@sergio9929/pb-query is maintained by @sergio9929 with ❤️