Registry / database / fb
library0.10.0rbrubygemsunverified

Ruby Firebird Extension Library for interacting with Firebird databases.

gem install fb
INSTALL
IMPORT
SIG · FB
F
fb
databaserubyv0.10.0
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.

FB
require 'fb'

Connect to a Firebird database and run a query

require 'fb' db = FB::Database.new('localhost', '/path/to/db.fdb', 'user', 'password') conn = db.connect results = conn.query('SELECT 1 FROM RDB$DATABASE') puts results.first
Debug
Known issues
gotchaRequires Firebird client libraries to be installed on the system.
fix
Install Firebird client libraries (e.g., libfbclient) via your package manager.
affects: >= 0.0.0
Upgrade
Version history
0.10.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
fb — gem install fb · libregistry