db.sqlar: Create a SQLite archive

View source: R/db-sqlar.R

db.sqlarR Documentation

Create a SQLite archive

Description

For additional details goto https://sqlite.org/sqlar.html.

Usage

db.sqlar(db, name, path)

Arguments

db

The database connection. S4 object of class "database".

name

The name of the SQLite archive table.

path

The path to the top-level directory of the archive.

Details

This will create a table named "sqlar" in the database. The table will hold the gzip compressed content of all files and directories under path.

Value

None.

Note

The sqlar_compress function must be registered with the database connection for this function to work. This is done automatically with db.open

See Also

db.sqlar.skeleton


blueraleigh/db documentation built on Feb. 25, 2024, 9:13 a.m.