sqlalchemy-jsonfield
SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support.
SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support.
To install this package, run one of the following:
SqlAlchemy provides JSON field support for several database types (PostgreSQL and MySQL for now) and semi-working dict <-> JSON <-> VARCHAR example, but... In real scenarios we have tests on sqlite, production on MySQL/MariaDB/Percona/PostgreSQL and some of them (modern Oracle MySQL & PostgreSQL) support JSON, some of them (SQLite, Percona & MariaDB) requires data conversion to Text (not VARCHAR).
As addition, we have different levels of Unicode support on database and connector side, so we may be interested to switch JSON encoding between d eployments.
Summary
SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support.
Information Last Updated
Sep 8, 2025 at 17:33
License
Apache-2.0
Total Downloads
8
GitHub Repository
https://github.com/penguinolog/sqlalchemy_jsonfieldDocumentation
https://github.com/penguinolog/sqlalchemy_jsonfield