This commit is contained in:
siddontang 2014-10-16 11:12:58 +08:00
parent 4dbf8512f4
commit 5b6449d51f
2 changed files with 3 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ build
nohup.out
build_config.mk
var/
_workspace

View File

@ -52,7 +52,7 @@
<h3>Various Backend </h3>
<p>Various backend databases to choose: </p>
<p>LevelDB, goleveldb, LMDB, RocksDB, HyperLevelDB or BoltDB.</p>
<p>LevelDB, goleveldb, LMDB, RocksDB, BoltDB or Memory.</p>
<h3>Transaction </h3>
<p>Supports begin, commit and rollback, with LMDB or BoltDB.</p>
@ -66,10 +66,6 @@
</div>
<div class="col-lg-6">
<h3>Multi-Clients </h3>
<p>Multiple clients API supports, including Go, Python, Lua(Openresty), Node.js.</p>
<h3>Easy Embedding</h3>
<p>Easy to embed in Go application.</p>
@ -79,7 +75,7 @@
<h3>Useful Tools</h3>
<p>Supplies tools to load, dump, and repair database.</p>
<h3>RESTful API</h3>
<h3>HTTP API</h3>
<p>HTTP interfaces, can be directly accessed by HTTP Clients.</p>
<p>Supplies json、bson、msgpack as request content-type.</p>