Hello world,
I have recently been tasked with tidying up a lot of database-intensive
ruby scripts, and I've developed a gem that has been useful for organising
database access into common, modular libraries. The project README.md
contains a complete listing of usage examples.
https://rubygems.org/gems/db_mod
Test and doc coverage are 100% and the gem is in production use. Bug
reports, feature and pull requests, comments and +1s all very much
appreciated. This is the first gem I've published so any kind of feedback
at all would be great, in particular if there are any improvements that
could be made to the basic structure or dsl. It would be good to get a
solid foundation in place then lock things down a bit with a v0.1.0
release, probably around the end of November.
For now db_mod is PostgreSQL only, since it's a work project and I can't
justify the time required to factor in an adapter interface. It's
definitely something I'd like to see included though.
Thanks!
Doug Hammond