Skip to content

Commit 85e0d88

Browse files
committed
Add EdgeDB query builder to REPL
1 parent 7be05f3 commit 85e0d88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/repl.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ runRepl({
1616
},
1717
extraContext: async (app) => {
1818
const { ResourcesHost } = await import('~/core');
19+
const { e } = await import('~/core/edgedb');
1920
const { AuthenticationService } = await import(
2021
'./components/authentication'
2122
);
@@ -27,6 +28,7 @@ runRepl({
2728
const Resources = await app.get(ResourcesHost).getEnhancedMap();
2829

2930
return {
31+
e,
3032
DateTime,
3133
Duration,
3234
Interval,

0 commit comments

Comments
 (0)