logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dbf-rb - command-line utility for the DBF library

Description

       DBF is a small fast library for reading dBase, xBase, Clipper and FoxPro database files.

       dbf-rb is a command-line utility for the Ruby DBF library.

Examples

dbf-rb-abooks.dbf>books_schema.rb
              Create an ActiveRecord::Schema from the books database.

       dbf-rb-cbooks.dbf>books.csv
              Dump all records in books.dbf in to a CSV file.

                                                February 23, 2013                                      DBF-RB(1)

Name

       dbf-rb - command-line utility for the DBF library

Options

-s     print summary information.

       -a     create an ActiveRecord::Schema.

       -c     create a csv file.

       -h     Show summary of options.

Synopsis

dbf-rb [-h|-s|-a] filename

See Also