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.
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.
# Install and setup Snaplet with npx
npx snaplet setup
Follow the generate
quick start guide.