Releases: spider-gazelle/pg-orm
Releases · spider-gazelle/pg-orm
v2.1.0
New Features
Query DSL Methods
- OR queries
- Pattern matching (LIKE, ILIKE)
- Comparison operators (gt, gte, lt, lte, between)
- Range queries
- Method chaining support
Full-Text Search
- Basic and ranked search
- Weighted search across multiple columns
- Pre-computed tsvector columns
- Custom text search configurations
Pagination
- Page-based pagination
- Offset-based pagination
- Cursor-based pagination
- Memory-efficient streaming
- Works with joins and full-text search
- JSON serialization support
Improvements
- Improved code coverage
- Enhanced inline documentation
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0: Merge pull request #15 from spider-gazelle/composite-primary-keys
breaking change, changes how primary keys are specified
adds support for composite primary keys