aboutsummaryrefslogtreecommitdiff
path: root/hello/README
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-02 16:21:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-02 16:21:47 +0200
commit5d60da7c563025101a7a94012bb0facf88add351 (patch)
tree66eb7e3f2501fa4c761c08dcae351d0bc9625806 /hello/README
parentc428f1b17bbeee47cb16ecca6992f4bf19e382dd (diff)
Add simple view to hello example
Diffstat (limited to 'hello/README')
-rw-r--r--hello/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/hello/README b/hello/README
index 5929f52..7a5a04f 100644
--- a/hello/README
+++ b/hello/README
@@ -1,12 +1,14 @@
This is a "Hello World" example that shows how to use ODB to perform basic
database operations, such as making objects persistent, loading, updating
and deleting persistent objects, as well as querying the database for
-objects matching a certain criteria.
+objects matching a certain criteria. It also includes an example of a
+simple view.
The example consists of the following files:
person.hxx
- Header file defining the 'person' persistent class.
+ Header file defining the 'person' persistent class as well as the
+ 'person_stat' view.
person-odb.hxx
person-odb.ixx