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

Option to provide record-transformation functions. #13

Closed jimfulton closed 7 years ago

jimfulton commented 7 years ago

This works at the record level.

(As opposed to reducers, which work at a lower level.)

jimfulton commented 7 years ago

Thanks for the reviews!