3 stars | 0 forks | Python
Extract a slice of your production database to reproduce bugs locally. Point dbslice at a record, it follows foreign keys and gives you a complete, importable subset
What it does
dbslice is a tool that allows developers to extract minimal, referentially-intact subsets of their production databases for local debugging. It simplifies the process of reproducing bugs by ensuring that all necessary related data is included without copying the entire database.
Why it matters: Struggling to reproduce bugs locally? dbslice extracts just the data you need while keeping relationships intact!
Want to create content about this repo? Use Nemati AI tools to generate articles, tutorials, and social posts.



