@azimutt/serde-prisma
v0.1.1
Published
Parse and Generate a Prisma schema.
Downloads
9
Readme
@azimutt/serde-prisma
This lib is able to parse and generate Prisma Schema from/to an Azimutt database model.
Feel free to use it and even submit PR to improve it:
- improve Prisma parser & generator (look at
parse
andgenerate
functions)
Publish
- update
package.json
version - update lib versions (
npm run update
+ manual) & runnpm install
- test with
npm run dry-publish
and checkazimutt-serde-prisma-x.y.z.tgz
content - launch
npm publish --access public
View it on npm.