From 80169f00cac85c35b257e583c040cf46a29ac983 Mon Sep 17 00:00:00 2001 From: Pascal Date: Thu, 28 Oct 2021 23:35:41 +0200 Subject: [PATCH] Initial release --- README.md | 2 -- package.json | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71ca713..64db6e1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # PostgreSQL -!!! NOT READY FOR PRODUCTION - DO NOT USE UNTIL OFFICIALLY RELEASED !!! - 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) 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. diff --git a/package.json b/package.json index 715f0ea..13f6bf0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "PostgreSQL", - "version": "0.0.1", - "versionDate": "2021-09-01", + "version": "0.1.0", + "versionDate": "2021-10-28", "author": "hackolade", "engines": { "hackolade": "5.2.7",