0.0.4 • Published 7 days ago

@techsavvyash/dynamo-prisma v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 days ago

dynamo-prisma

Generate Prisma schema dynamically using json file.

Installation

npm install @techsavvyash/dynamo-prisma

Usage

For information on schema you should follow, visit: JSON Schema

References

License

MIT License

Open Questions

  1. What should be the expected behaviour in case the target database is not empty and already contains some tables/migrations applied to it (tracked via the migrations table created by prisma) but those migrations are not present in the migrations folder. Options: Do we do a prisma db pull?? But this overwrites the schema.prisma