The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "sqlite"

SQLite::DB River stage zero No dependents

The goal is provide simple coding style to interact with SQLite databases....

VXX/SQLite-DB-0.04 - 23 Nov 2004 14:06:50 UTC - Search in distribution

DBD::SQLite - Self-contained RDBMS in a DBI Driver River stage four • 508 direct dependents • 1152 total dependents

SQLite is a public domain file-based relational database engine that you can find at <https://www.sqlite.org/>. DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction cap...

ISHIGAKI/DBD-SQLite-1.74 - 19 Sep 2023 17:26:03 UTC - Search in distribution

CPAN::SQLite - maintain and search a minimal CPAN database River stage one • 4 direct dependents • 6 total dependents

This package is used for setting up, maintaining, and searching a CPAN database consisting of the information stored in the two main CPAN indices: $CPAN/modules/02packages.details.txt.gz and $CPAN/authors/01mailrc.txt.gz. It should be considered at a...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC - Search in distribution

Mojo::SQLite - A tiny Mojolicious wrapper for SQLite River stage two • 13 direct dependents • 19 total dependents

Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite <https://www.sqlite.org/> a lot of fun to use with the Mojolicious <https://mojolico.us> real-time web framework. Use all SQL features <http://sqlite.org/lang.html> SQLite has to off...

DBOOK/Mojo-SQLite-3.009 - 23 Mar 2022 00:17:05 UTC - Search in distribution

Quiq::SQLite - Operationen auf einer SQLite-Datenbank River stage zero No dependents

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC - Search in distribution

SQLite::More - Add more SQL functions to SQLite in Perl - some of those found in Oracle and others River stage zero No dependents

SQLite do not have all the SQL functions that Oracle and other RDBMSs have. Using "SQLite::More" makes more of those functions available to user SQL statements. SQLite::More uses the class function "sqlite_create_function()" of DBD::SQLite, which is ...

KJETIL/SQLite-More-0.10 - 06 Nov 2010 04:14:09 UTC - Search in distribution

SQLite::Work - report on and update an SQLite database. River stage one • 1 direct dependent • 1 total dependent

SQLite::Work is a perl module for interfacing with an SQLite database. It can be used to: * generate *nice* HTML (and non-HTML) reports, which * have nested headers * have grouped data which clusters under the headers * can be sorted on multiple colu...

RUBYKAT/SQLite-Work-0.1601 - 01 Jan 2016 02:07:01 UTC - Search in distribution

Test::SQLite - SQLite setup/teardown for tests River stage one • 1 direct dependent • 1 total dependent

"Test::SQLite" is inspired by Test::PostgreSQL and Test::mysqld, and creates a temporary sqlite database to use in tests. This module will also return the database dbh handle, dsn connection string, and db_attrs connection attributes....

GENE/Test-SQLite-0.0410 - 27 Oct 2022 00:44:59 UTC - Search in distribution

Alien::sqlite - Compile the Sqlite library River stage one • 3 direct dependents • 7 total dependents

This Alien package is probably most useful for compilation of other modules, e.g. Geo::GDAL::FFI. The Sqlite library can already be accessed from Perl code via the DBD::SQLite package....

SLAFFAN/Alien-sqlite-1.07 - 18 Sep 2022 23:14:33 UTC - Search in distribution

Redis::SQLite - Redis-Compatible module which writes to SQLite. River stage zero No dependents

This package is an implementation of the Redis Perl-client API, which stores all data in an SQLite database rather than in RAM. It is not a drop-in replacement, because it doesn't implement all the features you'd expect from the real Redis module. Ju...

SKX/Redis-SQLite-0.3 - 22 Dec 2016 05:24:22 UTC - Search in distribution

Purple::SQLite - SQLite driver for Purple River stage zero No dependents

CDENT/Purple-1.4 - 10 Mar 2013 11:39:13 UTC - Search in distribution

GnuCash::SQLite - A module to access GnuCash SQLite files River stage zero No dependents

GnuCash::SQLite provides an API to read account balances and write transactions against a GnuCash set of accounts (only SQLite3 backend supported). When using the module, always provide account names in full e.g. "Assets:Cash" rather than just "Cash"...

HOEKIT/GnuCash-SQLite-0.09 - 10 Oct 2021 07:57:23 UTC - Search in distribution

SQLite::Archive - Version-agnostic storage and manipulation of SQLite databases River stage zero No dependents

SQLite (and the Perl module for it DBD::SQLite) is an extremely handy database for storing various types of simple information. However, as SQLite has developed, the binary structure of the SQLite database format itself has changed and evolved, and c...

ADAMK/SQLite-Archive-0.02 - 22 Nov 2007 13:27:26 UTC - Search in distribution

SQLite::Abstract - Object oriented wrapper for SQLite2 River stage zero No dependents

SQLite::Abstract is abstract level above DBD::SQLite. This package aims at intuitional SQLite database manipulation. It pretends to be the easiest sql class....

VIDUL/SQLite-Abstract-0.14 - 28 Mar 2006 12:57:20 UTC - Search in distribution

SQLite::VirtualTable - Create SQLite Virtual Table extensions in Perl. River stage one • 1 direct dependent • 1 total dependent

Virtual tables <http://www.sqlite.org/cvstrac/wiki?p=VirtualTables> are a new feature in SQLite (currently still only available from the development version on CVS) that allows you to create tables using custom backends to access (read and change) th...

BENBOOTH/SQLite-VirtualTable-0.09 - 23 Jan 2014 17:36:48 UTC - Search in distribution

sqitchtutorial-sqlite - A tutorial introduction to Sqitch change management on SQLite River stage one • 3 direct dependents • 3 total dependents

This tutorial explains how to create a sqitch-enabled SQLite project, use a VCS for deployment planning, and work with other developers to make sure changes remain in sync and in the proper order. We'll start by creating new project from scratch, a f...

DWHEELER/App-Sqitch-v1.4.1 - 04 Feb 2024 16:44:41 UTC - Search in distribution

Rose::DB::SQLite - SQLite driver class for Rose::DB. River stage two • 15 direct dependents • 27 total dependents

Rose::DB blesses objects into a class derived from Rose::DB::SQLite when the driver is "sqlite". This mapping of driver names to class names is configurable. See the documentation for Rose::DB's new() and driver_class() methods for more information. ...

JSIRACUSA/Rose-DB-0.785 - 28 Feb 2023 14:53:49 UTC - Search in distribution

SAS::TRX::SQLite - Format TRX-learned structure and data into SQLITE dialect. River stage zero No dependents

Parses 'source.trx' and splits onto DATASET and STRUCT files. Make sure you have write access permission to the destination files. INSERT is in packed format like INSERT INTO DATA_TABLE (COLUMN1, COLUMN2, ...) VALUES(VALUE1, VALUE2, ...); INSERT INTO...

ACCA/SAS-TRX-0.07 - 23 Apr 2014 21:55:03 UTC - Search in distribution

Test::DB::Sqlite - Temporary Testing Databases for Sqlite River stage one • 3 direct dependents • 3 total dependents

This package provides methods for generating and destroying Sqlite databases for testing purposes....

AWNCORP/Test-DB-0.10 - 02 Feb 2023 07:17:02 UTC - Search in distribution
  • Test::DB - Temporary Testing Databases

DBIx::DBH::SQLite - SQLite DBI database handle connection specifics. River stage zero No dependents

TBONE/DBIx-DBH-1.0 - 05 Jul 2011 20:29:06 UTC - Search in distribution
846 results (0.083 seconds)