I've used Sequel for my production blog engine, initially with Merb then 
ported to Rails3, full source code is here 
http://github.com/wolfmanjm/wolfmanblog_rails.

I have not found too many examples of sequel usage as the ORM in Rails3 but 
I prefer it over activerecord..

I also use Sequel extensively for Database maintenance scripts, whether it 
be for pruning, cleanup, extracting information etc.

It really simplifies database access, and of course in cases where MySQL and 
PostgreSQL are used it can use the same script. Although I primarily use 
PostgreSQL.

Lastly I use the Sequel migrations for maintaining database schemas whether 
or not they are rails apps.

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sequel-talk/-/JIK3a31O2q4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to