GET DATABASE KEY

Syntax

GET DATABASE database_name KEY keyname

Privileges

PRAGMA

Description

Use this command to retrieve a single value associated with database_name and keyname.

Return

A String with the requested value.

Example

> GET DATABASE mediastore.sqlite KEY key1
value1