We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8035877 commit 199ac34Copy full SHA for 199ac34
1 file changed
chapter_06_uow.asciidoc
@@ -27,6 +27,7 @@ git checkout chapter_04_service_layer
27
----
28
====
29
30
+[role="width-90"]
31
[[before_uow_diagram]]
32
.Without UoW: API talks directly to three layers
33
image::images/apwp_0601.png[]
@@ -43,7 +44,7 @@ And we'll do it all using a lovely piece((("context manager"))) of Python syntax
43
44
.With UoW: UoW now manages database state
45
image::images/apwp_0602.png[]
46
-
47
+[role="pagebreak-before less_space"]
48
=== The Unit of Work Collaborates with the Repository
49
50
//TODO (DS) do you talk anywhere about multiple repositories?
0 commit comments