PostgreSQL¶
About
PostgreSQL is the world’s most advanced open source relational database.
Synopsis
uvx 'cratedb-toolkit[io-ingest]' load \
"postgresql://postgres:postgres@localhost:5432/test?table=public.demo" \
"crate://crate:crate@localhost:4200/doc/postgresql_demo"
Learn
Load data from PostgreSQL
Load data from PostgreSQL into CrateDB using CrateDB Toolkit.
