activerecord postgis adapter:基于Postgresql和rgeo的PostGIS ActiveRecord连接适配器 源码
ActiveRecord PostGIS适配器 activerecord-postgis-adapter可从ActiveRecord访问PostGIS地理空间数据库的功能。 它扩展了标准的postgresql适配器,以支持PostGIS扩展添加的空间数据类型和功能。 它使用库在Ruby中表示空间数据。 总览 适配器提供三种基本功能: 首先,它提供空间迁移。 它扩展了ActiveRecord迁移语法,以支持创建空间类型的列和空间索引。 您可以控制PostGIS提供的各种属性,例如纬度,尺寸和地理数学与几何数学。 其次,它可以识别空间类型并将其正确地转换为RGeo几何对象。 适配器可以根据数
文件列表
activerecord-postgis-adapter-master.zip
(预估有个39文件)
activerecord-postgis-adapter-master
.rubocop_todo.yml
10KB
activerecord-postgis-adapter.gemspec
1KB
gemfiles
ar61.gemfile
252B
.github
workflows
tests.yml
1KB
LICENSE.txt
2KB
lib
暂无评论