The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:DBD-SQLite DBD::SQLite"

DBD::SQLite - Self-contained RDBMS in a DBI Driver River stage four • 506 direct dependents • 1133 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

DBD::SQLite::Cookbook - The DBD::SQLite Cookbook River stage four • 506 direct dependents • 1133 total dependents

This is the DBD::SQLite cookbook. It is intended to provide a place to keep a variety of functions and formals for use in callback APIs in DBD::SQLite....

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

DBD::SQLite::Constants - common SQLite constants River stage four • 506 direct dependents • 1133 total dependents

You can import necessary SQLite constants from this module. Available tags are "all", "allowed_return_values_from_sqlite3_txn_state", "authorizer_action_codes", "authorizer_return_codes", "version" ("compile_time_library_version_numbers"), "database_...

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

DBD::SQLite::VirtualTable - SQLite virtual tables implemented in Perl River stage four • 506 direct dependents • 1133 total dependents

This module is an abstract class for implementing SQLite 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 calls...

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

DBD::SQLite::Fulltext_search - Using fulltext searches with DBD::SQLite River stage four • 506 direct dependents • 1133 total dependents

Introduction SQLite 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"), i...

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

DBD::SQLite::VirtualTable::PerlData - virtual table hooked to Perl data River stage four • 506 direct dependents • 1133 total 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...

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

DBD::SQLite::VirtualTable::FileContent - virtual table for viewing file contents River stage four • 506 direct dependents • 1133 total 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...

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

lib/DBD/SQLite/GetInfo.pm River stage four • 506 direct dependents • 1133 total dependents

ISHIGAKI/DBD-SQLite-1.74 - 19 Sep 2023 17:26:03 UTC
8 results (0.064 seconds)