@snaplet/snapshot
v0.93.2
Published
Snaplet CLI
Downloads
21,253
Readme
Snaplet
Snaplet gives you production-realistic data you can code, test or debug against. It’s an easier and safer way to get data from your database, or to generate seed data.
Getting started
If you don’t have production data, Snaplet generate introspects your schema to understand your database, its relationships and data, and creates seed data that’s more realistic than a seed script, with less configuration.
If you have access to production data, Snaplet’s snapshot functionality can capture a subset of your data and transform any sensitive information, making it safe and practical to code against.
Start with Snaplet Generate
# Install and setup Snaplet with npx
npx snaplet setup
Follow the generate
quick start guide.
Start with Snaplet Snapshot
Follow the snapshot quick start guide.