LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
47 stars 12 forks source link

Enhancement: enable setting the repository autocommit variable #65

Closed LonelyVikingMichael closed 3 months ago

LonelyVikingMichael commented 7 months ago

We need to set up an autocommit config option and propagate the value to UserRepository.autocommit

An alternative is to point consumers to advanced alchemy's autocommit_before_send_handler but this might not suite everyone's needs.