Github
What it does
Turning messy Excel files into a clean, relational database isn’t easy. You’re often stuck manually defining data types, creating tables, and figuring out how to split and normalize data — all while trying not to lose track of what goes where. It’s a slow, error-prone process that gets in the way of real work.
DataBridge changes that. It’s a smart, no-fuss tool that automates the import of Excel data into PostgreSQL — and it doesn’t just dump the data. It actively guides users through normalization up to Second Normal Form (2NF), prompting them to choose which tables to split and which columns to use as keys — all while handling the underlying logic accurately. No guesswork, no broken relationships. With built-in schema detection, dynamic table creation, accurate column type assignment, and a smooth mapping flow, DataBridge turns scattered spreadsheet data into structured, relational tables with ease. Whether you’re building out a reporting system or just organizing data for the future, DataBridge makes sure your foundation is solid.