Move your backend without resetting a single password
Each importer plans first, writes only after you confirm, keeps user ids and password hashes, and finishes with a verification report that compares every table old versus new.
From hosted Postgres
Move an existing hosted Postgres backend to Scribase in one run: schema, data, RLS policies, auth users with their bcrypt hashes, identities, MFA factors, and storage. Ends with a row-count and checksum report per table.
User ids, so every foreign key and every issued JWT subject still matches
From Firebase
Move Firestore, Firebase Auth, and Cloud Storage to Scribase. Password users keep their passwords through Firebase scrypt support.
Passwords: users sign in with the password they already have
From InstantDB
Move every namespace, $users, and $files to Scribase with ids preserved, then verify every table with row counts and checksums.
Entity ids, so every link and every stored reference still resolves