PostgreSQL to CartoDB data migration tool. Current stable version: 3.1.0 (unreleased). Enables transferring tables from PostgreSQL into CartoDB with geometry support. Supports batch inserts, mode selection (create/replace/append), and direct uploads. Relies on PG connection credentials and CartoDB API key. Last updated in 2015; no recent activity.
npm install postgres2cartodbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates programmatic usage with PostgreSQL and CartoDB connection configs, including error handling.
Consider using CartoDB's SQL API directly or a modern ETL tool like Pg-to-Carto.
Specify 'geometry' option matching your actual geometry column name.
Use environment variables or a secrets manager.
Use `import { convert } from 'postgres2cartodb'` or CommonJS destructuring.Verify host, port, user, password, and database in config.
Check CARTODB_USER and CARTODB_API_KEY environment variables or config file.
No dependency data recorded yet.