Library for using PostGIS types in the Lucky framework and Avram ORM.
Currently the only supported type is Point2D.
Arrays of type Point2D are not yet supported.
Other types will be added in the future.
-
Add the dependency to your
shard.yml
:dependencies: lucky_postgis: github: fujikawahiroaki/lucky_postgis
-
Run
shards install
require "lucky_postgis"
TODO: Write development instructions here
- Fork it (https://github.com/your-github-user/lucky_postgis/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- fujikawahiroaki - creator and maintainer