lsqlcipher

A binding for Lua to the SQLite3+SQLCipher database library

$ luarocks install lsqlcipher

lsqlcipher is a thin wrapper around the public domain SQLite3+SQLCipher database engine. lsqlcipher is
dynamically linked to sqlcipher. The statically linked alternative is lsqlciphercomplete.
The lsqlcipher module supports the creation and manipulation of SQLite3+SQLCipher databases.
Most sqlite3 functions are called via an object-oriented interface to either
database or SQL statement objects.

Functions added to lsqlite:
sqlite:key(key[, dbname])
sqlite:rekey(key[, dbname])

Versions

0.9.5-33 years ago(revision: 4)248 downloads
0.9.5-23 years ago39 downloads
0.9.5-13 years ago(revision: 10)50 downloads

Dependencies

lua >= 5.1, < 5.5

Manifests