CMD + K

sqlalchemy-jsonfield

Anaconda Verified

SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::sqlalchemy-jsonfield

Usage Tracking

1.0.2
1.0.1.post0
1.0.0
0.9.0
4 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

SQLALchemy JSONField implementation for storing dicts at SQL independently from JSON type support.

Last Updated

Jun 30, 2025 at 13:42

License

Apache-2.0

Total Downloads

2.3K

Supported Platforms

linux-aarch64
macOS-64
macOS-arm64
linux-64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 1.0.1.post0
linux-s390x Last supported version: 1.0.1.post0
noarch Last supported version: 1.0.0