Skip to content
View RomanShevel1977's full-sized avatar

Block or report RomanShevel1977

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RomanShevel1977/README.md

πŸ‘‹ Hi, I'm Roman

I build high-performance tools for working with PostgreSQL data.

Focused on:

  • ⚑ Performance
  • 🧠 Developer experience
  • πŸ” Safe data workflows

πŸš€ My Projects

πŸ” PgSafeExport

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


🧩 PgSchemaExporter

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


πŸ’‘ Why these tools?

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

πŸ”₯ Combined Workflow

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


πŸ›  Tech Stack

  • C# / .NET
  • PostgreSQL
  • Npgsql
  • CLI tooling

πŸ“ˆ What I'm working on

  • Improving data anonymization
  • Making PostgreSQL workflows simpler
  • Building developer-first database tools

🀝 Connect

If you're working with PostgreSQL or building data tools β€” feel free to connect.

⭐ If you find my projects useful, consider starring the repos.

Pinned Loading

  1. PgSafeExport PgSafeExport Public

    Safely copy production PostgreSQL data into dev/test with built-in anonymization

    C#

  2. PgSchemaExporter PgSchemaExporter Public

    Git-native PostgreSQL schema exporter and pg_dump splitter. Convert databases into structured, readable SQL projects with clean diffs and fast workflows.

    C#