trino-python-client
trino-python-client copied to clipboard
Add JSON functionality to SQLAlchemy Dialect
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.