I build high-performance tools for working with PostgreSQL data.
Focused on:
- β‘ Performance
- π§ Developer experience
- π Safe data workflows
Fast PostgreSQL export with built-in anonymization
β Safely copy production data into dev/test environments β Parallel COPY streaming + deterministic masking
π https://github.com/RomanShevel1977/PgSafeExport
Turn PostgreSQL into clean, Git-friendly SQL
β Export schema into readable, structured SQL files β Perfect for version control and clean diffs
π https://github.com/RomanShevel1977/PgSchemaExporter
Working with PostgreSQL in real projects often means:
- β Copying production data is unsafe
- β Schema dumps are hard to manage in Git
- β Existing tools are either too heavy or too limited
I build tools that are:
- β Fast
- β Simple
- β Developer-friendly
Together, these tools allow you to fully replicate a PostgreSQL environment:
PgSchemaExporter β export schema
PgSafeExport β export data (with anonymization)
π Result: production-like environment, safe and ready for development
- C# / .NET
- PostgreSQL
- Npgsql
- CLI tooling
- Improving data anonymization
- Making PostgreSQL workflows simpler
- Building developer-first database tools
If you're working with PostgreSQL or building data tools β feel free to connect.
β If you find my projects useful, consider starring the repos.