Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nhachicha committed Dec 7, 2013
1 parent d4b580f commit 8122f9f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,21 @@ try {
boolean single = snappydb.getBoolean("single");
String[] books = snappydb.getArray("books", String.class);// get array of string

snappydb.close();

} catch (SnappydbException e) {
}
```

For more recipes please take a look at the [Cookbook].
For more recipes please take a look at the [Cookbook](./Cookbook).

With SnappyDB you could seamlessly store and retrieve your object/array, it use [Kryo](https://github.com/EsotericSoftware/kryo) serialization which it [faster](https://github.com/eishay/jvm-serializers/wiki) than regular Java serialization.


Installation
------------
SnappyDB use native code for performance it's available for the three main architecture of Android ARM, x86 and mips.
if you want, you can download one archive that contain the library for all platforme (arm, x86 and mips).
SnappyDB use native code for performance, it's available for the three main architecture of Android: ARM, x86 and mips.
if you want, you can download one archive that contain the libraries for all platforme (arm, x86 and mips).
![installation](http://snappydb.com/img/snappydb_installation.png)
Expand Down

0 comments on commit 8122f9f

Please sign in to comment.