Database
Database tools
Runtime database: Neon / Postgres.
The app is now reading and writing directly to Neon. The legacy SQLite tools below are only for one-time migration or fallback recovery.
Connection
postgresql:****@ep-noisy-mode-anv5u0lu-pooler.c-6.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=requirePrimary mode is direct Neon runtime. Background sync is intentionally disabled because the app is no longer using SQLite as the live source of truth.
Push local to Neon
Legacy SQLite migrationThis reads the local SQLite file and uploads feeds, categories, products, variants, and AI job history into Neon. Use this only if you intentionally want to import an older SQLite snapshot.
Restore local from Neon
Legacy local backupThis creates a backup of the current SQLite file, then restores feeds, categories, products, variants, and AI job history from Neon back into the app.