Registry / database / mdb
library0.5.0rbrubygemsunverified

A library for reading Microsoft Access databases.

gem install mdb
INSTALL
IMPORT
SIG · MDB
M
mdb
databaserubyv0.5.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.

MDB
require 'mdb'

Open an Access database and list tables.

require 'mdb' db = MDB.open('database.mdb') db.tables.each { |table| puts table.name }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
mdb — gem install mdb · libregistry