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!
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 (c) 2014 Joshua Hansen. See MIT-LICENSE for further details.