aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/graph_storage.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects/graph_storage.md')
-rw-r--r--pages/projects/graph_storage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/projects/graph_storage.md b/pages/projects/graph_storage.md
index 383eeee..353e3ce 100644
--- a/pages/projects/graph_storage.md
+++ b/pages/projects/graph_storage.md
@@ -1,6 +1,6 @@
# GraphStorage
-…is a Graph storage and query library based on Google LevelDB.
+…is a Graph storage and query library based on Google LevelDB and written in C++.
It currently supports integer indexed nodes with properties and directed edges with types. The integer IDs are serialized _by hand_, values are serialized using protocol buffers. Everything is stored in a single sorted [LevelDB] database.