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 "dist:DBD-SQLcipher DAMI"

DBD::SQLcipher - Self-contained RDBMS in a DBI Driver River stage zero No dependents

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

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC

DBD::SQLcipher::VirtualTable - SQLcipher virtual tables implemented in Perl River stage zero No dependents

This module is an abstract class for implementing SQLcipher virtual tables, written in Perl. Such tables look like regular tables, and are accessed through regular SQL instructions and regular DBI API; but the implementation is done through hidden ca...

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC

DBD::SQLcipher::Fulltext_search - Using fulltext searches with DBD::SQLcipher River stage zero No dependents

Introduction SQLcipher is bundled with an extension module called "FTS" for full-text indexing. Tables with this feature enabled can be efficiently queried to find rows that contain one or more instances of some specified words (also called "tokens")...

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC

DBD::SQLcipher::VirtualTable::PerlData - virtual table hooked to Perl data River stage zero No dependents

A "PerlData" virtual table is a database view on some datastructure within a Perl program. The data can be read or modified both from SQL and from Perl. This is useful for simple import/export operations, for debugging purposes, for joining data from...

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC

DBD::SQLcipher::VirtualTable::FileContent - virtual table for viewing file contents River stage zero No dependents

A "FileContent" virtual table is bound to some underlying *source table*, which has a column containing paths to files. The virtual table behaves like a database view on the source table, with an added column which exposes the content from those file...

TGASIBA/DBD-SQLcipher-0.02 - 23 May 2016 07:48:28 UTC
5 results (0.025 seconds)