⚡Neon HTTP firstBuilt specifically for the @neondatabase/serverless HTTP driver. No TCP tunnels, no Hyperdrive, no local emulation.
🧩Statement-aware splittingA string-literal-aware splitter that handles comments, escaped quotes and semicolons inside data safely.
🪄Idempotent by designSkips "object already exists" errors so re-runs on partially-applied schemas heal instead of exploding.
🗂️Drizzle journal nativeReads meta/_journal.json and tracks applied files by SHA-256 in your database — same model as drizzle-kit.
🖥️CLI + importable APIUse the binary in CI, or import runMigrations() and splitStatements() in your own tooling.
🛡️Zero business logicA focused utility that knows only migrations, SQL and Neon. Drop it in any serverless Postgres project.