Registry / database / ruby-odbc

ruby-odbc

JSON →
library0.999993rbrubygemsunverified

ODBC binding for Ruby.

gem install ruby-odbc
INSTALL
IMPORT
SIG · RUBY-ODBC
R
ruby-odbc
databaserubyv0.999993
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.

ODBC
require 'odbc'

Connects to a database via ODBC and executes a query.

require 'odbc' dsn = ODBC.connect('DSN', 'user', 'pass') dsn.do("SELECT * FROM table")
Debug
Known issues
gotchaRequires ODBC driver manager and drivers to be installed on the system.
fix
Install unixODBC or similar and configure data sources.
affects: >= 0.0
Upgrade
Version history
0.999993latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
14
Meta
1
OpenAI (training)
1
Resources
ruby-odbc — gem install ruby-odbc · libregistry