About Anaconda Help Download Anaconda

conda-forge / packages / sqlalchemy-jsonfield 1.0.1.post0

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

Installers

Info: This package contains files in non-standard labels.
  • noarch v1.0.1.post0
  • linux-64 v0.9.0
  • osx-64 v0.9.0
  • win-64 v0.9.0

conda install

To install this package run one of the following:
conda install conda-forge::sqlalchemy-jsonfield
conda install conda-forge/label/cf202003::sqlalchemy-jsonfield

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy