# Functions
SortAscByCreatedAt sorts the query output based on CreatedAt field on Instance.
# Structs
No description provided by the author
# Interfaces
InMemoryPredicate allows to apply predicates for InMemory queries.
PostgresPredicate allows to apply predicates for Postgres queries.
Predicate defines interface which allows to make a generic func signature between different driver implementations.