LonelyVikingMichael / litestar-users

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

Enhancement: Make primary key types configurable #3

Closed LonelyVikingMichael closed 1 year ago

LonelyVikingMichael commented 1 year ago

All primary keys are currently bound to SQLAlchemy/Postgresql UUID types, we should support generic DB back ends and perhaps allow for auto-incrementing integers.