Sqlalchemy-bind-manager

Latest version: v0.12.0

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.3.0

Adds cursor-based pagination capability to support GraphQL-Relay style. Single column ordering only supported.

Breaking changes
* All repository and unit of work related resources are now available in `sqlalchemy_bind_manager.repository` module and not anymore in `sqlalchemy_bind_manager` base module
* Pagination information for `PaginatedResult` are now grouped in a nested `PageInfo` object in the `PaginatedResult.page_info` property.
* `per_page` and `items_per_page` occurrences have been consolidates as `items_per_page`

Non-breaking changes
* `BaseRepository` moved to its own module
* Presenter classes added to produce `PaginatedResult` and `CursorPaginatedResult`
* Default `paginated_find` to page 1

0.2.1

What's Changed
* Use class to validate if the model is handled by SQLAlchemy by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/23


**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.2.0...v0.2.1

0.2.0

What's Changed
* Adds paginated find by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/22

**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.1.0...v0.2.0

0.1.0

What's Changed
* Add CI flow to publish on release creation by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/20
* Unit of work rewrite by febus982 in https://github.com/febus982/sqlalchemy-bind-manager/pull/21


**Full Changelog**: https://github.com/febus982/sqlalchemy-bind-manager/compare/v0.0.1...v0.1.0

0.0.1

Initial release

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.