Data: $ARGUMENTS
Quick operations on the SQLite content layer (src/data/data.sqlite).
Commands
| Command | Action |
|---|---|
schema (or no arguments) | Show full database schema (glob src/data/schema/tables/*.ts) |
add column <table> <column> | Add a column to the Drizzle schema, generate and apply migration (confirm first) |
seed <table> | Generate 2-5 realistic sample rows |
query <description> | Run a read-only query and display results |
Schema ins
[Description truncada. Veja o README completo no GitHub.]