Registry / database / ruby-odbc

ruby-odbc

JSON →
library0.999993rbrubygemsunverified

ODBC binding for Ruby.

databasenetworking
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 '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 footguns
gotchaRequires ODBC driver manager and drivers to be installed on the system.
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
12 hits · last 30 days
gptbot
3
claudebot
3
mj12bot
1
Resources