REPL
The global scripting variable is db — your active DbContext instance.
Input
- Enter — next line (
…continuation) ;at end of line or alone on a line — run snippet- Shift+Enter — newline inside snippet
- Tab — completion
- ↑ / ↓ — history
Commands
| Command | Description |
|---|---|
:help | Command list |
:about | Version and session paths |
:tables | DbSets and row counts |
:describe <entity> | Entity property sheet |
:dbinfo | Provider, connection, server version |
:dblog | Toggle SQL logging (sql-only or verbose) |
:plan | EXPLAIN on last SQL |
:scan lite / :scan deep | Project LINQ scan |
:stats | Session evaluation statistics |
:export csv|json | Export last result |
:reset | Clear script variables (db unchanged) |
:quit | Exit |
Session files
Under <workspace>/<ProjectName>/<DbContextName>/:
myefvibe-scan-lite.json/myefvibe-scan-deep.jsonmyefvibe-scan-dismissals.json/myefvibe-scan-notes.jsonmyefvibe-export-*.csv/json