aboutsummaryrefslogtreecommitdiff
path: root/mapping/README
diff options
context:
space:
mode:
Diffstat (limited to 'mapping/README')
-rw-r--r--mapping/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/mapping/README b/mapping/README
index fffadcb..6f8054e 100644
--- a/mapping/README
+++ b/mapping/README
@@ -42,9 +42,9 @@ database.hxx
driver.cxx
Driver for the example. It includes the person.hxx and person-odb.hxx
- headers to gain access to the 'person' class and the database support
- code for this class. It also includes database.hxx for the
- create_database() function declaration.
+ headers to gain access to the persistent classes and their database support
+ code. It also includes database.hxx for the create_database() function
+ declaration.
In main() the driver first calls create_database() to obtain the database
instance. It then persists a number of 'person' objects in the database