Migrate from Neon
Neon is serverless Postgres: on Kuunda you use the same wizard as PostgreSQL, with the Neon project connection string (main branch or the one that holds your data).
Neon steps
- Neon Console → your project → Connection details → Postgres URI (direct, not the transaction pooler for pg_dump if possible).
- In Kuunda: Data import → choose Neon → paste the URI → Analyse source.
- Export: pg_dump -n public --no-owner --no-acl … (adjust the schema if you do not use public).
- Transform and apply on the Kuunda project, then the row-count report.
Extensions
Check that Neon extensions (e.g. vector, pg_trgm) are enabled — see PostgreSQL extensions. On the shared pool, CORE and vector are already there.
After the migration
Point your app at @kuunda/kuunda-js (npm install @kuunda/kuunda-js) and the Kuunda project URLs (see Kuunda Cloud Managed).
Other sources: Supabase · Firebase · General import.