Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NPM Packages
js-db
Commits
90302d0a
Commit
90302d0a
authored
Mar 07, 2019
by
Milan Wikarski
🎪
Browse files
lorem
parent
13b46a41
Changes
2
Show whitespace changes
Inline
Side-by-side
index.js
View file @
90302d0a
...
...
@@ -43,6 +43,10 @@ class DB {
this
.
_db
=
new
Pool
(
params
);
}
_lorem
()
{
return
"
ipsum
"
;
}
_getWhere
(
where
)
{
if
(
where
instanceof
Object
&&
Object
.
entries
(
where
).
length
)
{
return
(
...
...
package.json
View file @
90302d0a
{
"name"
:
"@creanet/js-db"
,
"version"
:
"1.
0.1
"
,
"version"
:
"1.
1.4
"
,
"description"
:
"Used for communication between NodeJS and PostgreSQL"
,
"main"
:
"index.js"
,
"scripts"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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