diff options
author | adam <adamansky@gmail.com> | 2013-02-15 15:57:52 +0700 |
---|---|---|
committer | adam <adamansky@gmail.com> | 2013-02-15 15:57:52 +0700 |
commit | 6372ff7818f65c27c67f256ccb1ed9d0ed75975f (patch) | |
tree | 1373e987826e5734ce70bf56d8fe7ae3b03bf71e /README.md | |
parent | 716b816097169262b448d1e8126e6cc5d00815ab (diff) | |
download | ejdb-6372ff7818f65c27c67f256ccb1ed9d0ed75975f.tar.gz ejdb-6372ff7818f65c27c67f256ccb1ed9d0ed75975f.tar.bz2 ejdb-6372ff7818f65c27c67f256ccb1ed9d0ed75975f.zip |
Python binding readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -584,6 +584,7 @@ Drop index of String|Number|Array type for JSON field path. EJDB Python3 binding ================================== + One snippet intro --------------------------------- @@ -622,7 +623,7 @@ with ejdb.find("parrots2", {"likes" : "toys"}, ejdb.close() ``` -[EJDB Python3 binding page](https://github.com/Softmotions/ejdb/blob/master/pyejdb/README.md) +**[EJDB Python3 binding page](https://github.com/Softmotions/ejdb/blob/master/pyejdb/README.md)** EJDB C Library |