geokit / geokit-rails

Official Geokit plugin for Rails/ActiveRecord. Provides location-based goodness for your Rails app. Requires the Geokit gem.
MIT License
1.57k stars 245 forks source link

add cockroachdb adapter #140

Closed flippakitten closed 5 years ago

flippakitten commented 5 years ago

Cockroachdb adapter uses the postgres adpater to handle SQL queries. Admittedly my Geometry is not brilliant but this does work, the accuracy I am not 100% sure about.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.9%) to 85.305% when pulling 66b7b5a212e1e01e5f47385863d06e232e33cb34 on flippakitten:add_cockroachdb_connection into 93b7153ce73a21ec139cca056c7250e0211f28f2 on geokit:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.9%) to 85.305% when pulling e5f910801615b188c984bc1dfbac466c3a05ff2a on flippakitten:add_cockroachdb_connection into 93b7153ce73a21ec139cca056c7250e0211f28f2 on geokit:master.

flippakitten commented 5 years ago

Closing this PR or now, going to run it for a while in staging. Will re-open once i've done some more testing