HN user

slotix

8 karma

Working on tools to explore, move, and sync data across different systems.

Posts10
Comments7
View on HN

I read it less as "DuckDB wants to become Postgres" and more as DuckDB becoming an execution layer inside bigger workflows.

The engine is often not the painful part anymore. The pain is the stuff around it: live DBs, S3 paths, Parquet files, credentials, repeatable runs, exports, validation, and the moment a one-off script quietly becomes infrastructure.

Quack makes the remote/server part cleaner, but the bigger trend seems to be DuckDB becoming the SQL layer inside tools, not necessarily the final user-facing tool.

We are working on DBConvert Streams:

https://streams.dbconvert.com

A self-hosted database IDE with built-in migration, CDC, and DuckDB-powered federated SQL.

Mostly trying to remove the annoying gap between "I can inspect this database" and "I can safely move/sync this data somewhere else".

Current focus: resumable large loads and cleaner initial-load-to-CDC handoff for Postgres/MySQL.

PostgreSQL and MySQL are both reliable, secure and scalable databases that have been around for years. They each have unique strengths and weaknesses, making one more suitable for specific needs. This article will compare them to aid in making an informed decision in 2023.