Skip to content

Commit 52a760b

Browse files
authored
New version: IntegrIT.Hackolade version 8.8.2 (microsoft#326486)
1 parent d8cd3e0 commit 52a760b

4 files changed

Lines changed: 95 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: IntegrIT.Hackolade
5+
PackageVersion: 8.8.2
6+
InstallerType: inno
7+
Scope: machine
8+
Protocols:
9+
- hcks
10+
ProductCode: '{6BD03139-BBF4-44E0-ABA3-6D0461958CEC}_is1'
11+
ReleaseDate: 2025-12-26
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://s3-eu-west-1.amazonaws.com/hackolade/previous/v8.8.2/Hackolade-win64-setup-signed.exe
15+
InstallerSha256: FF27C2FE910BC1911EE6255FDB5B306ECAE9DDCFEFFF6344A22BD0479A8CA32A
16+
ManifestType: installer
17+
ManifestVersion: 1.10.0
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: IntegrIT.Hackolade
5+
PackageVersion: 8.8.2
6+
PackageLocale: en-US
7+
Publisher: Hackolade
8+
PublisherUrl: https://hackolade.com/
9+
PublisherSupportUrl: https://hackolade.com/help/index.html
10+
PrivacyUrl: https://hackolade.com/privacy.html
11+
Author: IntegrIT SA/NV
12+
PackageName: Hackolade
13+
PackageUrl: https://hackolade.com/download.html
14+
License: Proprietary
15+
LicenseUrl: https://hackolade.com/eulas.html
16+
Copyright: Copyright © 2016-2025 Hackolade. All rights reserved.
17+
CopyrightUrl: https://hackolade.com/eulas.html
18+
ShortDescription: Polyglot Data Modeling for SQL and NoSQL databases, APIs, and storage formats
19+
Description: |-
20+
Hackolade Studio is an intuitive yet powerful application to perform the visually data modeling and schema design of many SQL and NoSQL databases, APIS, and storage formats.
21+
Hackolade Studio combines the graphical representation of collections in an Entity Relationship Diagram, with the graphical representation of the JSON Schema definition of each collection in a hierarchical schema view. Together, these graphical representations provide the schema model for data-at-rest and data-in-motion, plus the documentation of that model. The application is specifically designed around the powerful nature of JSON nested sub-objects and denormalization.
22+
The software facilitates the work of, and the dialog between analysts, architects, designers, developers, testers, DBAs, and operators of systems that are based on such technologies. It also can generate schema scripts and documentation in a variety of machine-readable formats (DDLs, JSON Schema, Avro, Parquet, Protobuf, ...) as well as database instances, or human-readable formats such as HTML, Markdown, and PDF reports.
23+
Instead of having to find data structures tacitly described in the application code, the creation of a database model helps to evaluate design options beforehand, think through the implications of different alternatives, and recognize potential hurdles before committing sizable amounts of development effort. A database model helps plan ahead, in order to minimize later rework. In the end, the modeling process accelerates development, increases quality of the application, and reduces execution risks.
24+
Tags:
25+
- database
26+
- db
27+
- modeling
28+
ReleaseNotes: |-
29+
- General: improve handling default path location of file picker to select a data model
30+
- Object Browser: ensured that relationships name color matches those in ERD and Graph Diagram
31+
- ERD: added name of oneOf choices in entity boxes and object browser
32+
- ERDVs: ensured that relationships line style from ERD is preserved when creating new ERDV
33+
- Persistence: added adapter to remove extraneous empty arrays of complex props
34+
- Avro: added support for unions with named types, with unique names for records, enums, and fixed types to better comply with Avro specs during forward-engineering
35+
- Avro: improved derivation of Polyglot supertype-subtype into oneOf in Avro, using inheritance names as oneOf choice names
36+
- Cassandra: added adjustment for handling partitioning keys
37+
- Delta Lake/Databricks: added adjustment for handling clustering keys
38+
- ScyllaDB: added adjustment for handling partitioning and clustering partition keys
39+
ReleaseNotesUrl: https://hackolade.com/versionInfo/ReadMe.txt
40+
PurchaseUrl: https://hackolade.com/pricing.html
41+
Documentations:
42+
- DocumentLabel: Videos
43+
DocumentUrl: https://hackolade.com/videos.html
44+
- DocumentLabel: FAQ
45+
DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html
46+
ManifestType: defaultLocale
47+
ManifestVersion: 1.10.0
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: IntegrIT.Hackolade
5+
PackageVersion: 8.8.2
6+
PackageLocale: zh-CN
7+
License: 专有软件
8+
ShortDescription: 涵盖 SQL 与 NoSQL 数据库、API 及存储格式的多语言数据建模
9+
Description: |-
10+
Hackolade Studio 是一款直观而强大的应用程序,用于对多种 SQL 和 NoSQL 数据库、API 及存储格式进行可视化数据建模与模式设计。
11+
Hackolade Studio 将实体关系图中集合的图形化表示,与层次化模式视图中每个集合的 JSON Schema 定义图形化表示相结合。这些图形化表示共同构成了静态数据和动态数据的模式模型,并附带该模型的文档说明。该应用专门围绕 JSON 嵌套子对象和非规范化的强大特性进行设计。
12+
该软件促进了基于此类技术的系统分析师、架构师、设计师、开发人员、测试人员、数据库管理员和运维人员之间的工作协作与对话。它还能生成多种机器可读格式(DDL、JSON Schema、Avro、Parquet、Protobuf 等)的模式脚本和文档,以及数据库实例;同时支持 HTML、Markdown 和 PDF 报告等人可读格式的输出。
13+
通过创建数据库模型,用户无需从应用程序代码中隐式推导数据结构,即可预先评估设计方案、深入思考不同替代方案的影响,并在投入大量开发工作前识别潜在障碍。数据库模型有助于提前规划,从而最大限度减少后期返工。最终,建模过程能加速开发进度、提升应用质量并降低实施风险。
14+
Tags:
15+
- 建模
16+
- 数据库
17+
Documentations:
18+
- DocumentLabel: 视频
19+
DocumentUrl: https://hackolade.com/videos.html
20+
- DocumentLabel: 常见问题
21+
DocumentUrl: https://hackolade.com/help/FAQandtroubleshooting.html
22+
ManifestType: locale
23+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 Dumplings Mod
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: IntegrIT.Hackolade
5+
PackageVersion: 8.8.2
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)