You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ DatabaseObject library is a set of classes that make work with database just a b
6
6
7
7
1. Types - entities that map to a single table,
8
8
2. Objects - type instances that map to a single row of a type table,
9
-
3. Collections - a group of objects that meet the given criteria. This group is perfect for HTTP responses because collections support data tagging and tag validation,
9
+
3. Collections - a group of objects that meets the given criteria. This group is perfect for HTTP responses because collections support data tagging and tag validation (ETag and HTTP 304),
10
10
4. Pool - manage registered types and make multi-type interaction possible,
11
11
6. Producers - customise the way pool produces new instances,
12
12
7. Validators - validate object properties before saving them to the database.
0 commit comments