0.1.3 • Published 12 months ago
@azimutt/parser-sql v0.1.3
@azimutt/parser-sql
This lib is able to parse and generate SQL from/to a database model.
It's not meant to be an exhaustive parser but to extract and generate meaningful information.
It supports several dialects.
Publish
- update
package.jsonversion - update lib versions (
pnpm -w run update+ manual) - test with
pnpm run dry-publishand checkazimutt-parser-sql-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/models - "Publish" lib locally by building it:
pnpm run build