schema for database
Show the schema of a SQLite database.
Signature
> schema {flags}
Input/output types:
| input | output |
|---|---|
| any | any |
Examples
Show the schema of a SQLite database
> open foo.db | schemaschema for database> schema {flags}
| input | output |
|---|---|
| any | any |
Show the schema of a SQLite database
> open foo.db | schema