r9748 - helma-ng/trunk/apps/storage/skins
[email protected] Wed, 13 May 2009 17:09:12 +0200 (CEST)
| Newsgroups | gmane.comp.java.helma.cvs |
|---|---|
| Message-ID | <20090513150912.72EB43D0D6@mia> |
Author: hannes Date: 2009-05-13 17:09:12 +0200 (Wed, 13 May 2009) New Revision: 9748 Modified: helma-ng/trunk/apps/storage/skins/index.html Log: Minor formatting tweak Details at http://dev.helma.org/trac/helma/changeset/9748 Modified: helma-ng/trunk/apps/storage/skins/index.html =================================================================== --- helma-ng/trunk/apps/storage/skins/index.html 2009-05-13 14:30:51 UTC (rev 9747) +++ helma-ng/trunk/apps/storage/skins/index.html 2009-05-13 15:09:12 UTC (rev 9748) @@ -6,9 +6,9 @@ Helma NG provides a unified Storage API that provides mapping of native JavaScript objects to various database backends. Currently supported backends are: - * helma/storage/filestore - simple file store using JSON - * helma/storage/memstore - in memory database - * helma/storage/googlestore - Google App Engine datastore + * **helma/storage/filestore** - simple file store using JSON + * **helma/storage/memstore** - in memory database + * **helma/storage/googlestore** - Google App Engine datastore The Helma Storage API supports one-to-one, one-to-many and many-to-many relationships using plain JavaScript object references and arrays.