Registry / database / dbf
library5.2.0rbrubygemsunverified

A small fast library for reading dBase, xBase, Clipper and FoxPro database files.

gem install dbf
INSTALL
IMPORT
SIG · DBF
D
dbf
databaserubyv5.2.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.

DBF
require 'dbf'

Read and display first record from a DBF file

require 'dbf' table = DBF::Table.new('data.dbf') puts table.records.first.attributes
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
dbf — gem install dbf · libregistry