criteria / 1.1a
| Short description: | SQL query abstraction, and others | |||||
|---|---|---|---|---|---|---|
| Category: | Library/Database | |||||
| Status: | stable | |||||
| Created: | 2003-09-08 07:27:24 GMT | |||||
| Last update: | - | |||||
| Owner: | Ryan Pavlik (Projects of this owner) | |||||
| Homepage: | http://mephle.org/Criteria/ | |||||
| Download: | http://mephle.org/Criteria/criteria-1.1a.tar.gz | |||||
| License: | LGPL | |||||
| Dependency: |
|
|||||
| Description: | Criteria is a module for abstracting queries to various data sets. For instance, you might have a flat text file, or an array of Ruby objects, or a SQL database, and wish to perform the same query on any given source, without different versions of code for each. Here's a quick example (more on the site):
|
|||||