sqlstatement / 2.0
| Short description: | a DSL for programmatically generating complex SQL queries | |||||||
|---|---|---|---|---|---|---|---|---|
| Category: | Library/Database | |||||||
| Status: | stable | |||||||
| Created: | 2008-01-20 21:56:55 GMT | |||||||
| Last update: | 2008-01-20 21:56:55 GMT | |||||||
| Owner: | Ken Bloom (Projects of this owner) | |||||||
| Homepage: | http://sqlstatement.rubyforge.org/ | |||||||
| Download: | http://rubyforge.org/projects/sqlstatement/ | |||||||
| License: | BSD | |||||||
| Dependency: |
|
|||||||
| Description: | This library allows you to build SQL statements (specifically SELECT, INSERT...SELECT, CREATE TABLE...SELECT and UPDATE queries) in a piece-by-piece fashion using a simple DSL that allows you to specify different pieces of the query in any order you like. You no longer need, for example, to specify the fields, then tables, then conditions in that order when building an SQL Select statement -- this library takes care of that for you. |
|||||||