Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    SQLite_File 0.02

    Download button

    No screenshots available
    Downloads: 119  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mark Allen Jensen | More programs
    Perl Artistic License / FREE
    October 19th, 2010, 01:03 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    SQLite_File description

    Tie to SQLite, with DB_File emulation

    SQLite_File is a Perl module that allows a hash or an array to be tied to a SQLite DB via DBI plus DBD::SQLite, in a way that emulates many features of Berkeley-DB-based DB_File.

    In particular, this module offers another choice for ActiveState users, who may find it difficult to get a working DB_File installed, but can't failover to SDBM due to its record length restrictions. SQLite_File requires DBD::SQLite, which has SQLite built-in -- no external application install required.

    SYNOPSIS

     # tie a simple hash to a SQLite DB file
     my Û;
     tie(Û, 'SQLite_File', 'my.db');

     # tie an array
     my @db;
     tie(@db, 'SQLite_File', 'my.db');

     # tie to a tempfile
     tie(Û, 'SQLite_File', undef);

     # get attributes of the tied object

     $SQLite_handle = (tied Û)->dbh;
     $db_file = (tied Û)->file;

     # use as an option in AnyDBM_File
     @AnyDBM_File::ISA = qw( DB_File SQLite_File SDBM );
     my Û;
     tie(Û, 'AnyDBM_File', 'my.db', @dbmargs)



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    DB_File emulation | SQLite tie | Perl module | SQLite | DB_File | emulation

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM