Skip to content

binarypaladin/sequel-geocoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages