Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37558549
en ru br
ALT Linux repos
S:1.414-alt1
5.0: 1.15-alt1.1
4.1: 1.15-alt1

Group :: Development/Perl
RPM: perl-SQL-Statement

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.15-alt1.1
Build date: 6 october 2008, 23:44 ( 811.7 weeks ago )
Size: 76.79 Kb

Home page:   http://search.cpan.org/~jzucker/SQL-Statement-1…

License: Artistic
Summary: SQL parsing and processing engine
Description:

The SQL::Statement module implements a pure Perl SQL parsing and execution engine.  While it by no means implements full ANSI standard, it does support many features including column and table aliases, built-in and user-defined functions, implicit and explicit joins, complexly nested search conditions, and other features.

SQL::Statement is a small embeddable Database Management System (DBMS),  This means that it provides all of the services of a simple DBMS except that instead of a persistant storage mechanism, it has two things: 1) an in-memory storage mechanism that allows you to prepare, execute, and fetch from SQL statements using temporary tables and 2) a set of software sockets where any author can plug in any storage mechanism.

There are three main uses for SQL::Statement. One or another (hopefully not all) may be irrelevant for your needs: 1) to access and manipulate data in CSV, XML, and other formats 2) to build your own DBD for a new data source 3) to parse and examine the structure of SQL statements.

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-SQL-Statement
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin