This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
seger672
/
dss
forked from
perception/dss
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Initialize global.db in repl
master
Perception
3 months ago
parent
81530aa496
commit
05df97caaf
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.repl.js
+ 1
- 0
.repl.js
View File
@ -17,4 +17,5 @@ global.Database = require('better-sqlite3')
global
.
luxon
=
require
(
'luxon'
)
global
.
DateTime
=
global
.
luxon
.
DateTime
global
.
ds
=
require
(
'./index'
)
global
.
db
=
global
.
ds
.
db
(
)
global
.
x
=
{
}
Write
Preview
Loading…
Cancel
Save