topsport-com-au / starlite-saqlalchemy

Starlite API boilerplate abstraction and utilities.
https://topsport-com-au.github.io/starlite-saqlalchemy/
MIT License
31 stars 8 forks source link

refactor: consider refactoring the main lib similar to test suite #262

Open peterschutt opened 1 year ago

peterschutt commented 1 year ago

organised by required dependencies, rather than by functionality.

peterschutt commented 1 year ago

it would just make it plainly obvious if one was reaching into a part of the library that would require a specific set of extras.., e.g., from starlite_saqlalchemy.redis.saq import worker or from starlite_saqlalchemy.sqlalchemy.repository import SQLAlchemyRepository.. that sort of thing..