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
2433ae4e
Commit
2433ae4e
authored
Mar 07, 2019
by
Milan Wikarski
🎪
Browse files
minor changes in readme.md
parent
3d555645
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.MD
View file @
2433ae4e
#
##### create commands
#
js-db
```
git subtree add --prefix shared/db-js git@gitlab.creanet.sk:kero/db-js.git master --squash
```
######update command
```
git subtree pull --prefix shared/db-js git@gitlab.creanet.sk:kero/db-js.git master --squash
```
###### push command
```
git subtree push --prefix shared/db-js git@gitlab.creanet.sk:kero/db-js.git master
```
Module used for communication between NodeJS and PostgreSQL
package.json
View file @
2433ae4e
{
"name"
:
"@creanet/js-db"
,
"version"
:
"1.
1.3
"
,
"version"
:
"1.
0.0
"
,
"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