P5-dbd-xbase

Jul 20, 2023

Provides access to XBase (dBase, Fox*) database files through DBI

Module XBase provides access to XBase dBase, Fox* database files, namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx. It provides native Perl interface $table->get_record, $table->update_record to read and write the tables. The index support is alpha and read only at the moment.

Module DBDXBase is a DBI driver that uses the XBase module to work with the data, providing you with DBI compliant processing interface and SQL commands $dbh->prepare”SELECT * FROM TABLE”. As an argument to DBI->connect, specify “dbiXBase$dir”, where $dir is the directory with the data files.



Checkout these related ports:
  • Zodb3 - Z - Object Database for python
  • Zodb - Python object-oriented database
  • Zabbix22-libzbxpgsql - Zabbix agent module for comprehensive monitoring of PostgreSQL servers
  • Xtrabackup8 - Open-source backup tool for InnoDB and XtraDB
  • Xtrabackup - OpenSource version of InnoDB backup with support of Percona extensions
  • Xrootd - Framework for fast, low latency, scalable data access
  • Xls2txt - Utilities to convert spreadsheet files to text and csv formats
  • Xapian-core12 - Probabilistic text search database engine
  • Xapian-core10 - Probabilistic text search database engine
  • Xapian-core - Probabilistic text search database engine
  • Xapian-bindings12 - Bindings allowing Xapian to be used from various programming languages
  • Xapian-bindings - Bindings allowing Xapian to be used from various programming languages
  • Wfb2sql - CIA World Fact Book to SQL Conversion Utility
  • Webdis - HTTP interface for Redis
  • Vsqlite - Well designed and portable SQLite3 Wrapper for C++