Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stephen
kado
Commits
a5be72f7
Commit
a5be72f7
authored
Apr 16, 2020
by
Stephen
💯
Browse files
Fixed Typo in Query Cache In DatabaseWorkFlow.md
parent
900ac218
Pipeline
#1251
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/guide/DatabaseWorkFlow.md
View file @
a5be72f7
...
...
@@ -267,7 +267,7 @@ const Application = require('kado')
const
cfg
=
require
(
'
./config
'
)
const
Database
=
require
(
'
kado/lib/Database
'
)
const
PetModel
=
require
(
'
./PetModel
'
)
const
QueryCache
=
require
(
'
kado/lib/QueryCache/)
const
QueryCache
=
require
(
'
kado/lib/QueryCache/
'
)
// make a new application
const
app
=
Application
.
getInstance
()
// setup a database connection and add it to the app
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment