newtdb / db

Newt DB is a Python object-oriented database with JSONB-based access and search in PostgreSQL
http://www.newtdb.org
MIT License
143 stars 15 forks source link

Little framework for customizing the handling of low-level objects #12

Open jimfulton opened 7 years ago

jimfulton commented 7 years ago

This is a very advanced feature and likely to be painful to use, but hopefully it will help when it's really needed.

Added a dumps function to help debug and understand JSON generation.

Added logic to run the doctests in jsonpickle.

jimfulton commented 7 years ago

OK, I'll go ahead and plumb this into Newt.

jimfulton commented 7 years ago

I plumbed this into Newt and it's configs. This is ready for remaining review. :)

jimfulton commented 7 years ago

Note that I'll fix tests and conflicts when a reviewer shows up. :)