stripe-archive / mosql

MongoDB → PostgreSQL streaming replication
MIT License
1.63k stars 225 forks source link

Add JSON support for extra_props #42

Closed toothrot closed 10 years ago

toothrot commented 10 years ago

Hello,

This pull requests adds support to use postgres' JSON type for _extra_props.

Let me know what you think. Alex

nelhage commented 10 years ago

Looks plausible. Have you tested this end-to-end -- i.e. actually running some data through a schema file that declares a JSON _extra_props?

toothrot commented 10 years ago

Yup. Using this in production right now. Works great.

nelhage commented 10 years ago

cool! Thanks for the PR.