RubyGems Navigation menu

sql_capsule 0.1.1

SQLCapsule is the culmination of many of my thoughts and concerns surrounding ORMs and how we use Ruby to interact with databases. The goal is to be a small and easy to understand tool to help you talk to your database without the baggage of a using a full fledged ORM. SQLCapsule is reminiscent of the repository pattern (though you may use it however you like) and works by registering and naming SQL queries for later use. SQLCapsule aims to provide helpful errors, and to assist you along the way to building an application specific PostgreSQL interaction layer.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.1 - November 26, 2015 (10.5 KB)
  2. 0.1.0 - November 26, 2015 (10.5 KB)

Runtime Dependencies (1):

pg ~> 0.18.1

Development Dependencies (3):

bundler ~> 1.10
minitest >= 0
rake ~> 10.0

Owners:

Authors:

  • Paul Dawson

SHA 256 checksum:

f4bb0551fc7e5e32ee598bb34cf6284b9589edf6444b59bb8c4873c40b60a743

Total downloads 4,853

For this version 2,899

License:

MIT

Required Ruby Version: ~> 2.0

Links: