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.

databaseutility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
17 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
bytedance
2
mj12bot
1
Resources