【发布时间】:2016-09-11 00:21:39
【问题描述】:
我在 Postgres 中发现了有关 Point 类型的信息:http://www.postgresql.org/docs/current/interactive/datatype-geometric.html
有这个的 SQLAlchemy 版本吗?
我以这种方式存储值:(40.721959482, -73.878993913)
【问题讨论】:
标签: python postgresql flask sqlalchemy flask-sqlalchemy