DBD-SQLcipher
view release on metacpan or search on metacpan
- Fix bug when building under no-threads perl
1.13
- A number of bug fixes from RT.
- Support named bind parameters
1.12
- Brought up to date with SQLite 3.3.5
1.11
- Make blobs work transparently (without SQLBLOB binding)
1.10
- Fix Unicode support (DOMQ)
- Support usleep on all Linux (inc. debian) (DOMQ)
- Upgrade to sqlite 3.2.7
- Document how to use BLOBS
1.09
- Support external SQLite library (rjray)
- Don't convert things that look like numbers to numbers unless
NAME
DBD::SQLcipher - Self-contained RDBMS in a DBI Driver
SYNOPSIS
use DBI;
my $dbh = DBI->connect("dbi:SQLcipher:dbname=$dbfile","","");
DESCRIPTION
This module is heavily based on the DBD::SQLite CPAN module - the main
difference it that this module comes bundled together with SQLcipher
from Zetetic - an open source extension to SQLite that provides transparent
256-bit AES encryption of database files. Furthermore, this module is fully
compatible with SQLite databases.
Therefore, in the following document, which is a copy of the DBD::SQLite
documentation, the term sqlite shall be used to mean sqlcipher.
Furthermore, in the specific places where the module implements extended
functionality only relevant to SQLcipher, this shall be marked explicitly.
Note that SQLcipher depends on the OpenSSL library, which should be installed
( run in 0.843 second using v1.01-cache-2.11-cpan-0a6323c29d9 )