Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
feat: pg-cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Jan 6, 2024
1 parent b5903e4 commit f2c463e
Show file tree
Hide file tree
Showing 8 changed files with 525 additions and 429 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install NPM 9
run: npm install -g npm@9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install NPM 9
run: npm install -g npm@9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"./src"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log (@egomobile/orm-pg)

## 0.20.0

- update to version `^0.14.0` of [node-orm](https://github.com/egomobile/node-orm)
- add cursor support, using [pg-cursor](https://www.npmjs.com/package/pg-cursor) by default
- `npm update`(s)

## 0.19.0

- `npm update`(s)
Expand Down

0 comments on commit f2c463e

Please sign in to comment.