petl-developers / petl

Python Extract Transform and Load Tables of Data
MIT License
1.22k stars 190 forks source link

function make_sqlalchemy_column in db_create.py not support JSON field #644

Open chuxiangfeng opened 1 year ago

chuxiangfeng commented 1 year ago

Problem description

What's happenning

function make_sqlalchemy_column in db_create.py not support JSON field

Expected behavior

auto create table can support python dict or array as JSOB or JSOBB

Version and installation information

Please provide the following: 1.7.10

Additional context