On Thursday, July 25, 2013 12:50:26 PM UTC-7, Heberto del Rio wrote: > > Is there a documentation on how to create those extensions?
I think the only documentation is the RDoc: http://sequel.rubyforge.org/rdoc/classes/Sequel/Database.html#method-c-register_extension http://sequel.rubyforge.org/rdoc/classes/Sequel/Dataset.html#method-c-register_extension But it's not a complicated thing that you need a guide for. In most cases it's a simple ruby module and a single call to register_extension to register it. You can look in lib/sequel/extensions in the repository to see the extensions that ship with Sequel, which are also listed on the plugins page: http://sequel.rubyforge.org/plugins.html Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
