我正在尝试 Blaze 分析我的 postgres 数据库中的数据
连接使用
conn_string = 'postgresql://postgres:mysecretpassword@localhost:5432/postgres'
Data(resource(conn_string, schema='public'))
它给出了错误
Blaze does not understand a SQLAlchemy type.
Blaze provided the following error:
No SQL-datashape match for type HSTORE
Skipping.
Blaze does not understand a SQLAlchemy type.
Blaze provided the following error:
No SQL-datashape match for type TEXT[]
Skipping.
Blaze does not understand a SQLAlchemy type.
Blaze provided the following error:
No SQL-datashape match for type BIGINT[]
Skipping.
Blaze好像看不懂我postgresql的数据类型