Replies: 2 comments 2 replies
|
I've been working on an application configuration library which is getting close to stable: https://topsport-com-au.github.io/starlite-saqlalchemy/v0.12/ And I've just pushed up an example application using the library: https://github.com/topsport-com-au/example-starlite-saqlalchemy Still some work to do on both, especially in terms of building in authn and authz to the pattern, and documentation, but I'll be chipping away at that (with one eye on the upcoming I also hope to put together a cookie cutter template based on the pattern soon. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Like other opinionated frameworks such as Django it maybe a good idea to have some strong recommendations for project layout, directory structure, naming conventions etc.
Best practices would give consistency and be helpful for beginners. Conventions should be used in tutorials, sample applications and project/app scaffolding via the CLI #603
All reactions