plex_database/plex_query library
Classes
-
PlexQuery<
T extends PlexEntity> - Fluent query builder for PlexQueryable (e.g. PlexEntityCollection).
-
PlexQueryable<
T extends PlexEntity> - Interface for collections that support querying. Implemented by PlexEntityCollection.
-
PlexQueryField<
T extends PlexEntity> - Represents a field in a query for chaining conditions.