nabroleonx/dbslice
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
Python142 stars6 forks
Topics
#database#postgresql#python#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.
Star history
Not enough history yet — 1 day(s) recorded. The daily snapshot builds this up.
Tracking
- Last trending
- 2026-02-21
Creator kit
Hook
Struggling to reproduce bugs locally? dbslice extracts just the data you need while keeping relationships intact!
Content angles
- Create a tutorial on how to set up dbslice for local development environments.
- Write a comparison of dbslice with other database extraction tools, highlighting its unique features.
- Share a case study on how dbslice helped a team resolve a critical bug faster.
Who should care
Developers and software engineers looking for efficient ways to debug applications.