P5-dbix-abstract

Jul 20, 2023

Perl module for DBI SQL abstraction

DBIxAbstract - DBI SQL abstraction.

This module provides methods for doing manipulating database tables This module provides methods retrieving and storing data in SQL databases. It provides methods for all of the more important SQL commands like SELECT, INSERT, REPLACE, UPDATE, DELETE.

It endeavors to produce an interface that will be intuitive to those already familiar with SQL.

Notable features include

  • data_source generation for some DBD drivers.
  • Can check to make sure the connection is not stale and reconnect if it is.
  • Controls statement handles for you.
  • Can delay writes.
  • Generates complex where clauses from hashes and arrays.
  • Shortcuts convenience functions for some common cases. Like select_all_to_hashref.


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++