Dbslice: Extract a slice of your production database to reproduce bugs
Summary
dbslice is a Python tool that extracts minimal, referentially intact subsets of production databases to reproduce bugs locally. It traverses foreign key relationships, anonymizes sensitive fields, and supports multiple output formats, enabling safe, reproducible debugging for small to mid-size teams.