Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/next-steps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Next steps

## Related projects

- **[python-cq](https://github.com/100nm/python-cq)**: Take your architecture further with CQRS. Built on top of python-injection, it lets you organize your code with Commands, Queries, and Events to clearly separate write and read operations.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ nav:
- Thread safety: threadsafety.md
- Integrations:
- FastAPI: integrations/fastapi.md
- Next steps: next-steps.md

plugins:
- search
Expand Down
Loading