Registry / database / fluent-query-sql

fluent-query-sql

JSON →
library0.9.2rbrubygemsunverified

Generic SQL support for the Fluent Query. Fluent Query is cool way how to write SQL queries in Ruby. Contains base libraries used by specific SQL driver.

gem install fluent-query-sql
INSTALL
IMPORT
SIG · FLUENT-QUERY-SQL
F
fluent-query-sql
databaserubyv0.9.2
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/sql'

Build a SQL SELECT query using Fluent Query

require 'fluent-query/sql' query = FluentQuery::SQL.select('*').from('users').where('id = ?', 1) puts query.to_s
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Resources