trino-python-client icon indicating copy to clipboard operation
trino-python-client copied to clipboard

Add JSON functionality to SQLAlchemy Dialect

Open laserkaplan opened this issue 2 years ago • 0 comments

Implement the ability to reference JSON columns using SQLAlchemy. This allows JSON columns to be created in new tables, as well as writes to/reads from them using normal Python json module serialization/deserialization.

Originally referenced in this issue.

laserkaplan avatar Aug 09 '22 16:08 laserkaplan