Registry / database / fluent-query

fluent-query

JSON →
library0.9.5rbrubygemsunverified

Cool way how to write SQL queries and general way how to convert series of method calls to string query in an universal and system independent manner.

gem install fluent-query
INSTALL
IMPORT
SIG · FLUENT-QUERY
F
fluent-query
databaserubyv0.9.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FluentQuery
require 'fluent-query'

Build a SQL query using fluent method calls

require 'fluent-query' query = FluentQuery::SQL.select(:name).from(:users).where(id: 1) query.to_s # => "SELECT name FROM users WHERE id = 1"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
fluent-query — gem install fluent-query · libregistry