Skip to content

Commit e682611

Browse files
Edited chapter_06_uow.asciidoc with Atlas code editor
1 parent 230796b commit e682611

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

chapter_06_uow.asciidoc

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

30-
[role="width-90"]
30+
[role="width-75"]
3131
[[before_uow_diagram]]
3232
.Without UoW: API talks directly to three layers
3333
image::images/apwp_0601.png[]
@@ -40,11 +40,12 @@ to talk directly to the database.((("Unit of Work pattern", "managing database s
4040

4141
And we'll do it all using a lovely piece((("context manager"))) of Python syntax, a context manager.
4242

43+
[role="width-75"]
4344
[[after_uow_diagram]]
4445
.With UoW: UoW now manages database state
4546
image::images/apwp_0602.png[]
4647

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

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

0 commit comments

Comments
 (0)