Differences between version 2 and previous revision of NetworkDataBase.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, September 10, 2003 11:58:03 pm | by StuartYeates | Revert |
Older page: | version 1 | Last edited on Wednesday, September 10, 2003 11:43:01 pm | by StuartYeates | Revert |
@@ -1,3 +1,3 @@
[NetworkDataBase]s are a form of DataBase predating [RelationalDataBase]s and [PostRelationalDataBase]s but still used in places where applications have and need for an indexed database of relatively complex data. Recently [NetworkDataBase]s have been loosing ground/marketshare to [XMLDataBase]s.
-The two major extant
implmentations are [BerkeleyDB] and [GDBM], which both implement the [UNIX] dbm interface and can be used (almost) interchangably.
+The two OpenSource
implmentations are [BerkeleyDB] and [GDBM], which both implement the [UNIX] dbm interface and can be used (almost) interchangably. The [Windows] registry is also a [NetworkDataBase]
.