Search results for "DBD::CSV"

DBD::CSV - DBI driver for CSV files River stage two • 23 direct dependents • 27 total dependents

The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma Separated ...

HMBRAND/DBD-CSV-0.60 - 06 Jan 2023 10:49:57 UTC - Search in distribution

DBIx::SQLEngine::Driver::CSV - Support DBD::CSV driver River stage one • 1 direct dependent • 1 total dependent

This package provides a subclass of DBIx::SQLEngine which compensates for some of DBD::CSV's idiosyncrasies. Note that DBD::CSV does not support the normal full range of SQL DBMS functionality. Upgrade to the latest versions of DBI and SQL::Statement...

EVO/DBIx-SQLEngine-0.93 - 29 Nov 2004 22:40:37 UTC - Search in distribution

fsql - Perform SQL queries against {CSV/TSV/LTSV/JSON/YAML files,TableData modules} River stage one • 1 direct dependent • 1 total dependent

fsql lets you perform SQL queries against one or several "flat" files of various formats. Each file will be regarded as a SQL table. By using SQL queries, you can do various calculations or manipulations that are otherwise hard/cumbersome to do with ...

PERLANCAR/App-fsql-0.233 - 23 Feb 2024 01:51:58 UTC - Search in distribution
  • App::fsql - Perform SQL queries against {CSV/TSV/LTSV/JSON/YAML files,TableData modules}

DBI - Database independent interface for Perl River stage four • 940 direct dependents • 2099 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

xbcp - Bulk copy for Sybase or Oracle River stage zero No dependents

xbcp will load data to a table from a file, or extract data from a table to a file. If a server is provided, the database type is assumed to be Sybase. If no server but a database is provided, then the default database type is Oracle. Otherwise the s...

DOUGW/DBIx-BulkUtil-0.05 - 14 Jul 2016 17:10:31 UTC - Search in distribution
  • DBIx::BulkUtil - Sybase/SybaseIQ/Oracle bulk load and other utilities

LRpt - Perl extension for comparing and reporting results of database selects River stage zero No dependents

LRpt (LReport) is a set of tools for database row sets comparison and reporting. The core logic operates on *csv* files, however, LReport also provides tools for converting select results to *csv* files....

PKALUSKI/LRpt_0.16 - 03 Oct 2006 18:26:34 UTC - Search in distribution

EZDBI - EZ (Easy) interface to SQL databases (DBI) River stage zero No dependents

This file documents version 0.120 of EZDBI. It assumes that you already know the basics of SQL. It is not a(n) SQL tutorial. EZDBI provides a simple and convenient interface to most common SQL databases. It requires that you have installed the DBI mo...

JPIERCE/EZDBI-0.16 - 02 Mar 2016 14:50:45 UTC - Search in distribution

UR::DataSource::CSV - Parent class for data sources using DBD::CSV River stage one • 1 direct dependent • 1 total dependent

UR::DataSource::CSV is a subclass of UR::DataSource::RDBMS and can be used for interacting with CSV files. Because of the limitations of the underlying modules (such as SQL::Statement only supporting one join at a time), this module is deprecated. UR...

BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution

DB2::Admin - Support for DB2 Administrative API from perl River stage zero No dependents

This module provides perl language support for the DB2 administrative API. This loosely corresponds to the non-SQL functions provided by the DB2 Command Line Processor (CLP), the 'db2' program. This function is complementary to the DBD::DB2 database ...

HBIERSMA/DB2-Admin-3.1 - 29 Jun 2009 11:47:35 UTC - Search in distribution

JSprite - Modified version of Sprite to manipulate text delimited flat-files as databases using SQL emulating Oracle. The remaining documentation is based on Sprite. River stage zero No dependents

Here is a simple database where the fields are delimited by double-colons: PLAYER=VARCHAR2(16)::YEARS=NUMBER::POINTS=NUMBER::REBOUNDS=NUMBER::ASSISTS=NUMBER::Championships=NUMBER ... Larry Bird::13::25::11::7::3 Michael Jordan::14::29::6::5::5 Magic ...

TURNERJW/DBD-Sprite-6.12 - 05 Feb 2019 07:23:16 UTC - Search in distribution
  • DBD::Sprite - Perl extension for DBI, providing database emmulation via flat files.

AnyData - (DEPRECATED) easy access to data in many formats River stage zero No dependents

The rather wacky idea behind this module and its sister module DBD::AnyData is that any data, regardless of source or format should be accessible and modifiable with the same simple set of methods. This module provides a multidimensional tied hash in...

REHSACK/AnyData-0.12 - 28 Jan 2015 20:26:22 UTC - Search in distribution

tablify - turn a delimited text file into a text table River stage one • 1 direct dependent • 2 total dependents

This script is essentially a quick way to parse a delimited text file and view it as a nice ASCII table. By selecting only certain fields, employing a where clause to only select records where a field matches some value, and using the limit to only s...

KCLARK/Text-RecordParser-1.6.5 - 21 Apr 2015 20:01:10 UTC - Search in distribution

Mac::DtfSQL - A Perl interface module to the dtF/SQL 2.01 database engine, Macintosh edition River stage zero No dependents

This (extension) module is a Perl interface to the dtF/SQL 2.01 database engine, Macintosh edition. dtF/SQL is a relational database engine for Mac OS, Windows 95/NT, and several Unix platforms from sLAB Banzhaf & Soltau oHG (http://www.slab.de/), Bo...

TWEGNER/DBD-DtfSQLmac-0.3201 - 08 Apr 2002 11:29:07 UTC - Search in distribution

EAI::Wrap - framework for easy creation of Enterprise Application Integration tasks River stage zero No dependents

EAI::Wrap provides a framework for defining EAI jobs directly in Perl, sparing the creator of low-level tasks as FTP-Fetching, file-parsing and storing into a database. It also can be used to handle other workflows, like creating files from the datab...

RKAPL/EAI-Wrap-1.912 - 11 Mar 2024 22:34:38 UTC - Search in distribution

Data::Sync - A simple metadirectory/datapump module River stage zero No dependents

NB: 0.07 is an interim release - the next version will contain significant changes, including changes to the UI. Data::Sync is a simple metadirectory/data pump module. It automates a number of the common tasks required when writing code to migrate/sy...

CCOLBOURN/Data-Sync-0.08 - 26 Feb 2006 14:46:21 UTC - Search in distribution

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

WTJSprite - Modified version of Sprite to manipulate text delimited flat-files as databases using SQL emulating Oracle. The remaining documentation is based on Sprite. River stage zero No dependents

Here is a simple database where the fields are delimited by double-colons: PLAYER=VARCHAR2(16)::YEARS=NUMBER::POINTS=NUMBER::REBOUNDS=NUMBER::ASSISTS=NUMBER::Championships=NUMBER ... Larry Bird::13::25::11::7::3 Michael Jordan::14::29::6::5::5 Magic ...

JLISHEV/WebTools-1.27 - 26 Aug 2002 15:26:48 UTC - Search in distribution
  • DBD::WTSprite - Perl extension for DBI, providing database emmulation via flat files.

Tie::DBI - Tie hashes to DBI relational databases River stage one • 1 direct dependent • 2 total dependents

This module allows you to tie Perl associative arrays (hashes) to SQL databases using the DBI interface. The tied hash is associated with a table in a local or networked database. One column becomes the hash key. Each row of the table becomes an asso...

TODDR/Tie-DBI-1.08 - 19 Jan 2020 03:37:25 UTC - Search in distribution

db-browser - Browse SQL databases and their tables interactively. River stage zero No dependents

Before using "db-browser", ensure you have backed up your databases. Search and read in SQL databases: one can interactively browse databases and their tables. "App::DBBrowser" provides and supports plugins for the DBI drivers "DBD::SQLite", "DBD::my...

KUERBIS/App-DBBrowser-2.407 - 11 Mar 2024 17:34:19 UTC - Search in distribution

SQL::Preproc - Embed SQL in your Perl (ala SQL preprocessors) River stage zero No dependents

A SQL preprocessor for Perl. Via Filter::Simple, embedded SQL statements are converted into DBI calls to perform the specified database operation. NOTE: The current release should be considered ALPHA release software, and subject to change at the whi...

DARNOLD/SQL-Preproc-0.10 - 27 Jan 2005 01:01:38 UTC - Search in distribution
96 results (0.077 seconds)