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
DatabaseObject library is a set of classes that make work with database just a bit easier. Here are the key concepts:
6
+
7
+
1. Types - entities that map to a single table,
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,
10
+
4. Pool - manage registered types and make multi-type interaction possible,
11
+
6. Producers - customise the way pool produces new instances,
12
+
7. Validators - validate object properties before saving them to the database.
0 commit comments