-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b95684
commit f32ba2b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
![alt text](https://repository-images.githubusercontent.com/109342299/36907e80-5ecc-11ea-93cf-11f46ad8d01d) | ||
|
||
> MongOGX is a simple JavaScript based document store/database inspired by MongoDB. It supports local storage, session stoage and application data storage (via [Cordova](https://github.com/apache/cordova) - [cordova-plugin-file](https://github.com/apache/cordova-plugin-file)) storage modes. | ||
> MongOGX is a simple JavaScript based document store/database inspired by MongoDB. It supports local storage, session storage and application data storage (via [Cordova](https://github.com/apache/cordova) - [cordova-plugin-file](https://github.com/apache/cordova-plugin-file)) storage modes. | ||
> It also supports encryption (via code.google.com/p/crypto-js - included in this repo). Check out the [Wiki](https://github.com/globules-io/mongogx/wiki) |