Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 917 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 917 Bytes

Sequel Geocoder

This is a plugin for Sequel that strives to make Sequel models compatible with all the same features available to Geocoder ActiveRecord models.

Sequel Geocoder is still in its early stages and some things are subject to change in the near future---specifically the way initialization works. Additionally, very little testing has been done thus far so use at your own risk!

Usage

It's a regular Sequel plugin and as such should work like so:

class SomeModel < Sequel::Model
  plugin :geocoder
end

Once a model is using the plugin, it should work just like its ActiveRecord counterpart. See Geocoder's documentation for details.

Copyright

Copyright (c) 2014 Joshua Hansen. See MIT-LICENSE for further details.