jsondb

JSON file as a database
Download

jsondb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • shaung
  • Publisher web site:
  • http://github.com/shaung/

jsondb Tags


jsondb Description

jsondb is a Python module that provides off-memory JSON for large data that does not fit the memory.Usage from jsondb import JsonDB data = { 'name': 'foo', } db = JsonDB(value=data) assert db.query('$.name') == 'foo'Product's homepage


jsondb Related Software