Acme-CPANModules-SQLite

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/SQLite.pm  view on Meta::CPAN

package Acme::CPANModules::SQLite;

use strict;
use warnings;
use Acme::CPANModulesUtil::Misc;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-03-18'; # DATE
our $DIST = 'Acme-CPANModules-SQLite'; # DIST
our $VERSION = '0.001'; # VERSION

my $text = <<'_';
**Drivers**

<pm:DBD::SQLite> is a driver for <pm:DBI> framework.

Alternative APIs: <pm:Mojo::SQLite> (wrapper to DBD::SQLite).


**DBI helpers**

<pm:DBIx::Conn::SQLite>


**Applications using SQLite**

Presented alphabetically. Probably an incomplete list.

<pm:App::idxdb>
<pm:App::lcpan>
<pm:App::reposdb>
<pm:App::rimetadb>
<pm:App::TimeTracker>

_

our $LIST = {
    summary => 'List of modules related to SQLite',
    description => $text,
};

Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;

1;
# ABSTRACT: List of modules related to SQLite

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::SQLite - List of modules related to SQLite

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::SQLite (from Perl distribution Acme-CPANModules-SQLite), released on 2022-03-18.

=head1 DESCRIPTION

B<Drivers>

L<DBD::SQLite> is a driver for L<DBI> framework.

Alternative APIs: L<Mojo::SQLite> (wrapper to DBD::SQLite).

B<DBI helpers>

L<DBIx::Conn::SQLite>

B<Applications using SQLite>

Presented alphabetically. Probably an incomplete list.

L<App::idxdb>
L<App::lcpan>
L<App::reposdb>
L<App::rimetadb>
L<App::TimeTracker>

=head1 ACME::CPANMODULES ENTRIES

=over

=item * L<DBD::SQLite> - Self-contained RDBMS in a DBI Driver

Author: L<ISHIGAKI|https://metacpan.org/author/ISHIGAKI>

=item * L<DBI> - Database independent interface for Perl

Author: L<TIMB|https://metacpan.org/author/TIMB>

=item * L<Mojo::SQLite> - A tiny Mojolicious wrapper for SQLite

Author: L<DBOOK|https://metacpan.org/author/DBOOK>

=item * L<DBIx::Conn::SQLite> - Shortcut to connect to SQLite database

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::idxdb> - Import data for stocks on the IDX (Indonesian Stock Exchange) and perform queries on them

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::lcpan> - Manage your local CPAN mirror

Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>

=item * L<App::reposdb> - Manipulate repos.db



( run in 3.504 seconds using v1.01-cache-2.11-cpan-5735350b133 )