dyne / starters

📐 Projects template starters of Dyne.org
7 stars 1 forks source link

feat: add `@/pocketbase/query` module #341

Closed bbtgnn closed 1 month ago

bbtgnn commented 1 month ago

Changelog

⚠️ Note - Merge after #340

This module adds a uniform interface for querying records from the various @/collections-components with improved type-safety.

A new class PocketbaseQuery has been added, with a set of options PocketbaseQueryOptions that are used as props on the various components.

Breaking changes

CollectionManager props have been renamed:

bbtgnn commented 1 month ago

@puria all tests pass 👌