This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
[ABANDONED] A simple wrapper around DataObjects.
License
codahale/simple_do
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple DataObjects ================== A simple front-end for the lovely DataObjects adapters. For when you need to bang on a database, but can't be bothered with an ORM. db = DataObjects::Simple.new("config/database.yml") db.select( "SELECT user_id, name FROM users WHERE created_at > ?", [Integer, String], Time.mktime(2007, 1, 1) ) #=> [[1, "Alice"], [2, "Bob"] ... ]
About
[ABANDONED] A simple wrapper around DataObjects.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published