On Aug 22, 5:26 pm, Jeremy Evans <[email protected]> wrote: > During my PgWest presentation next month, I'm planning on having a > slide about production uses of Sequel. If you are using Sequel in > production and would like to be mentioned, please reply (either > publicly here or privately to me) and let me know what you are using > Sequel for. If you want to include a company logo, that would be > helpful too. > > Also, if anyone wants to write a testimonial for using Sequel (e.g. > "We started using Sequel at XXX and found that we write code faster, > it runs faster, and it has fewer bugs"), I'd be interested in that as > well. Not just for the presentation, but possibly also for a page on > Sequel's website.
In my previous life I was a hard real-time embedded C programmer. The complexities and bloat of web frameworks and ORMs don't fit my paradigm. But then I discovered Rack/Sinatra and Sequel. These programs are clean, elegantly designed, and their documentation is excellent. In late 2010, I rewrote my custom e-commerce site, TargetMeister.com, utilizing Sinatra and Sequel. I can attest my app code was reduced by over 40%. Moreover, my efficiency as a programmer as been increased by orders of magnitude. I will be using the Sinatra/Sequel combo exclusively on all future web projects. In the past, implementing additional database back-end use to require lots of planning, testing, and writing huge, custom data models. Sequel just makes sense; it is amazingly clean, efficient, and fun! Thanks to Jeremy for keeping the Ruby & Sequel ports on OpenBSD update to date. :-) Clint Pachl -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. 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.
