repl
The REPL (called console
) enables you to inspect the database through the lense of your application. The code used to bootstrap your repl can be found in conf/repl.ts
# start local repl
yarn console
> u = await User.all()
The REPL (called console
) enables you to inspect the database through the lense of your application. The code used to bootstrap your repl can be found in conf/repl.ts
# start local repl
yarn console
> u = await User.all()