Thank you. Yes, for now I'm just throwing it all into one file and
reviewed the code order.
On Wednesday, September 27, 2017 at 9:36:10 AM UTC-6, Jeremy Evans wrote:
>
>
>> Sequel setup in simple applications is basically:
>
> require 'sequel'
>
> DB = Sequel.connect('...')
> DB.extension :extension1
>
> Sequel::Model.plugin :plugin1
>
> class Foo < Sequel::Model
> plugin :plugin2
> end
>
> The Code Order guide (
> http://sequel.jeremyevans.net/rdoc/files/doc/code_order_rdoc.html)
> discusses the recommended order for setup code.
>
> For a simple skeleton app, you can see
> https://github.com/jeremyevans/roda-sequel-stack, and just replace Roda
> with Sinatra if that is what you want to use.
>
> 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 https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.