Modified:
wiki/Object_Manager_Tour.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/Object_Manager_Tour.wiki
==============================================================================
--- wiki/Object_Manager_Tour.wiki (original)
+++ wiki/Object_Manager_Tour.wiki Tue May 13 07:42:16 2008
@@ -16,7 +16,7 @@
Once you click connect, the main ObjectManager window will open. All
of the classes that have been stored will be displayed on the left in a tree:
-=Querying for objects=
+===Querying for objects===
To view the objects stored in your db4o database, you must query for
it. The query editor is at the top of the main window and looks like this:
@@ -24,7 +24,7 @@
To quickly see all of the objects of a certain class, just double
click the class name in the stored classes tree. This will
automatically build your query for you, and you just have to click the
Submit button to the right of the query text area.
-=Query Language=
+===Query Language===
The Object Manager query language, Sql4o, is based on the SQL query
language, so if you know SQL, you should have no problems with Sql4o.
@@ -57,7 +57,7 @@
You can also edit fields from this view.
-=Database Management=
+===Database Management===
The following management features are currently available: