P5-dbix-simple

Jul 20, 2023

Simplified object oriented interface to Perl DBI

DBIxSimple module aims to be a simplified object oriented interface to Perl DBI. From its description …

Query preparation and execution are combined in a single method, the result object which is a wrapper around the statement handle provides easy row-by-row and slurping methods.

The “query” method returns either a result object, or a dummy object. The dummy object returns undef or an empty list for all methods and when used in boolean context, is false. The dummy object lets you postpone or skip error checking, but it also makes immediate error check simply “ $db->query… or die $db->error”.



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