Changes between Version 1 and Version 2 of kcmini
- Timestamp:
- Jan 31, 2013, 4:34:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kcmini
v1 v2 3 3 Kyoto Cabinet is a fast, lightweight storage DBRM. This graph is created on top of this data storage engine. This kind of graph consists of a minimal implementation in C, while the rest of the graph remained in Erlang. 4 4 5 ''Note that Kyoto Cabinet based graph can only be used under Linux or under OS X.'' 6 5 7 == Using the Kyoto Cabinet based graph == 6 8 7 Linux :9 Linux / OS X: 8 10 {{{ 9 11 $: bin/referl -db kcmini 10 12 }}} 11 13 {{{ 14 #!comment 12 15 Windows: 13 16 {{{ 14 17 c:\> bin\referl -db kcmini 18 }}} 15 19 }}} 16 20 It is important to know that if the database is not closed properly, it will be corrupted. For this reason it is recommended to make backups of the database after loading the source code: