REPL

The global scripting variable is db — your active DbContext instance.

Input

Commands

CommandDescription
:helpCommand list
:aboutVersion and session paths
:tablesDbSets and row counts
:describe <entity>Entity property sheet
:dbinfoProvider, connection, server version
:dblogToggle SQL logging (sql-only or verbose)
:planEXPLAIN on last SQL
:scan lite / :scan deepProject LINQ scan
:statsSession evaluation statistics
:export csv|jsonExport last result
:resetClear script variables (db unchanged)
:quitExit
REPL session

Session files

Under <workspace>/<ProjectName>/<DbContextName>/: