# `smallforce app db`

Inspect or query the application's implicit SQLite database

This page is generated from the same Commander definition shipped in SmallForce CLI 0.1.7. Run `smallforce app db --help` locally to view the same reference for your installed version.

## Subcommands

- [`smallforce app db info`](/docs/cli/commands/app/db/info): Read SQLite usage and limit
- [`smallforce app db schema`](/docs/cli/commands/app/db/schema): List SQLite tables, indexes, views, and triggers
- [`smallforce app db query`](/docs/cli/commands/app/db/query): Execute parameterized SQLite against the selected application

## Complete command help

```text
Usage: smallforce app db [options] [command]

Inspect or query the application's implicit SQLite database

Options:
  -h, --help        display help for command

Commands:
  info [options]    Read SQLite usage and limit
  schema [options]  List SQLite tables, indexes, views, and triggers
  query [options]   Execute parameterized SQLite against the selected application
  help [command]    display help for command
```

## Related reference

- [`smallforce app`](/docs/cli/commands/app): Parent command and related operations.
- [CLI installation and authentication](/docs/cli/getting-started): Install the CLI and configure an API key.
- [CLI JSON output](/docs/cli/json-output): Use stable machine-readable output in scripts and agents.
