penguinolog / sqlalchemy_jsonfield

SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support
Apache License 2.0
22 stars 2 forks source link

let the user specify the JSON class he wants #1

Closed massimiliano-della-rovere closed 6 years ago

massimiliano-della-rovere commented 6 years ago

Some databases support multiple JSON type classes. For example Postgresql has both JSON and JSONB, which have different PROs and CONs.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling af412a5df653f512641741db159baf97ef98712b on massimiliano-della-rovere:patch-1 into 640039f5eba797a528d24f60970d498640449b40 on penguinolog:master.

penguinolog commented 6 years ago

Ignore pylint warning: not related to pull request and will be fixed separately