November 2004
Intermediate to advanced
336 pages
6h 22m
English
This chapter deals with SQLite administration topics. We will look at how the database parameters can be adjusted with the PRAGMA command and discuss ways to back up and restore your database. We will also examine some of the database internals that will help you to gain a better understanding of the SQLite engine.
The PRAGMA command provides an interface to modify the operation of the SQLite library and perform low-level operations to retrieve information about the connected database.
This section describes the set of PRAGMA directives that allows you to find information about the currently attached databases.
PRAGMA database_list;
One row is returned for ...
Read now
Unlock full access