Skip to content

Commit a97460e

Browse files
committed
Merge remote-tracking branch 'upstream/main' into main
2 parents 90a1234 + fd69344 commit a97460e

File tree

16 files changed

+229
-200
lines changed

16 files changed

+229
-200
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PostgreSQL
22

3-
!!! NOT READY FOR PRODUCTION - DO NOT USE UNTIL OFFICIALLY RELEASED !!!
4-
53
Plugin for PostgreSQL as a target in [Hackolade](https://hackolade.com) data modeling. Requires prior download of the Hackolade application from our [download page](https://hackolade.com/download.html)
64

75
Hackolade exposes its core data modeling engine through a plugin architecture. Each plugin applies the Hackolade data modeling capabilities to a specific target technology, whether for data-at-rest (databases) or data-in-motion (communications.) Each plugin matches the specific aspects of the target in terms of terminology, storage model, data types, and communication protocol.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "PostgreSQL",
3-
"version": "0.0.1",
4-
"versionDate": "2021-09-01",
3+
"version": "0.1.1",
4+
"versionDate": "2021-10-29",
55
"author": "hackolade",
66
"engines": {
7-
"hackolade": "5.2.7",
7+
"hackolade": "5.2.8",
88
"hackoladePlugin": "1.2.0"
99
},
1010
"contributes": {

reverse_engineering/node_modules/asn1/Jenkinsfile

Lines changed: 65 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/asn1/package.json

Lines changed: 15 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reverse_engineering/node_modules/bcrypt-pbkdf/package.json

Lines changed: 10 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)