kvesteri / sqlalchemy-continuum

Versioning extension for SQLAlchemy.
BSD 3-Clause "New" or "Revised" License
568 stars 128 forks source link

Versioned tables with Relationship loading techniques #355

Open echenique98 opened 1 month ago

echenique98 commented 1 month ago

In SQLAlchemy, while defining model relationships, a user can select certain relationship loading technique. Is there any way to apply this relationships also to the versioned tables?