1.0.0 • Published 9 years ago

idbf v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

idbf

A n-th indexed DBF reader (0-indexed)

Build Status Dependency Status devDependency Status

var Dbf = require("idbf").Dbf;
var dbf = new Dbf("questions.dbf");

dbf.get(42, function(err, record) {

    if (err)
        console.log("Houston! We have a problem!");
    else
        console.log("The universal question is mine!\n%j", record);

});

Supported datatypes

DBF DataTypeObservations
CSupport only ISO-8859-1
NNumeric like text

References

1.0.0

9 years ago

0.0.1

10 years ago

0.0.0

10 years ago