Skip to content

Commit 199ac34

Browse files
Edited chapter_06_uow.asciidoc with Atlas code editor
1 parent 8035877 commit 199ac34

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

chapter_06_uow.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ git checkout chapter_04_service_layer
2727
----
2828
====
2929

30+
[role="width-90"]
3031
[[before_uow_diagram]]
3132
.Without UoW: API talks directly to three layers
3233
image::images/apwp_0601.png[]
@@ -43,7 +44,7 @@ And we'll do it all using a lovely piece((("context manager"))) of Python syntax
4344
.With UoW: UoW now manages database state
4445
image::images/apwp_0602.png[]
4546

46-
47+
[role="pagebreak-before less_space"]
4748
=== The Unit of Work Collaborates with the Repository
4849

4950
//TODO (DS) do you talk anywhere about multiple repositories?

0 commit comments

Comments
 (0)