0.1.20 • Published 9 months ago
@azimutt/models v0.1.20
@azimutt/models
A library defining common models and utilities for Azimutt.
Main models:
- database: defines a generic database infos (structure & stats), used for every connector and serde
- project: defines an Azimutt project, holding everything
- connector: defines the interface to connect to any database
Here are the main utilities:
- infer schema: infer a schema from a list of JSON objects
- infer relations: infer relations between tables based on column names and values
Publish
- update
package.jsonversion - update lib versions (
pnpm -w run update+ manual) - test with
pnpm run dry-publishand checkazimutt-models-x.y.z.tgzcontent - launch
pnpm publish --no-git-checks --access public
View it on npm.
Dev
If you need to develop on multiple libs at the same time (ex: want to update a connector and try it through the CLI), depend on local libs but publish & revert before commit.
- Depend on a local lib:
pnpm add <lib>, ex:pnpm add @azimutt/utils - "Publish" lib locally by building it:
pnpm run build
0.1.20
9 months ago
0.1.16
1 year ago
0.1.17
12 months ago
0.1.18
10 months ago
0.1.19
10 months ago
0.1.15
1 year ago
0.1.14
1 year ago
0.1.10
1 year ago
0.1.11
1 year ago
0.1.12
1 year ago
0.1.13
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.9
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago