All pastes #2085338 Raw Edit

Anonymous

public python v1 · immutable
#2085338 ·published 2011-09-29 18:25 UTC
rendered paste body
>>> from jsonstore import *>>> em = EntryManager('index.db')>>> em.create({"type": "people", "name": "Roberto", "age": 29}){'age': 29, 'type': 'people', 'name': 'Roberto', '__updated__': datetime.datetime(2008, 2, 4, 11, 26, 32, 438865), '__id__': 'bdce5d77-12a4-4932-a8e6-51acf42b8312'}