jongos

jongos 0.1

jongos是運行和加載文件JSON全自動工具:蟒蛇jongos.py 。加載JSON文件> db.load(“file_name.json”)刷新當前加載JSON文件> db.refresh()保存當前的內存數據庫到當前加載JSON文件> db.save()保存查詢結果JSON文件> db.capture(“save_to_file_name.json”)多餘的:​​任何db.find()/ db.group()/ db.count()命令後執行插入新記錄>...