DuckDB
DuckDB is an open-source, in-process SQL OLAP database. It's a powerful embedded analytical engine, acting as a direct local alternative to cloud data warehouses like Snowflake for many use cases.
pgsync efficiently syncs data from one Postgres database to another, leveraging parallel transfers and secure sensitive data handling, which is far more flexible than `pg_dump`/`pg_restore` for development.
Visit github.com →