Skip to content

Commit 80169f0

Browse files
committed
Initial release
1 parent 45abcf2 commit 80169f0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PostgreSQL",
3-
"version": "0.0.1",
4-
"versionDate": "2021-09-01",
3+
"version": "0.1.0",
4+
"versionDate": "2021-10-28",
55
"author": "hackolade",
66
"engines": {
77
"hackolade": "5.2.7",

0 commit comments

Comments
 (0)