@trxn/hapify-templates-dbml
TypeScript icon, indicating that this package has built-in type declarations

2.2.5 • Public • Published

Hapify - DBML Schema

This package generate a DBML Schema from the hapify modelisation. It can be used to visualize the database schema in https://dbdiagram.io.

Installation

npm install @trxn/hapify-templates-dbml --save-dev

Usage

In your package.json:

{
  "name": "my-library",
  "version": "1.0.0",
  "hapify": { "extends": ["@trxn/hapify-templates-dbml"] }
}

If you would like to extend or modify these properties, create a .hapifyrc.js file in your projects root directory and export your desired modifications.

module.exports = {
  extends: ['hapify-templates-dbml'],
};

Or you can create a .hapifyrc.json file in your projects root directory.

{ "extends": ["@trxn/hapify-templates-dbml"] }

Readme

Keywords

none

Package Sidebar

Install

npm i @trxn/hapify-templates-dbml

Weekly Downloads

4

Version

2.2.5

License

UNLICENSED

Unpacked Size

27.2 kB

Total Files

6

Last publish

Collaborators

  • floross
  • edouarddemotes
  • dt-tractr