Skip to content

Instantly share code, notes, and snippets.

View urbanisierung's full-sized avatar
🚀
to the moon

Adam Urban urbanisierung

🚀
to the moon
View GitHub Profile

Drizzle + PGlite + indexeddb + migrations

Haven't found a built-in solution for db migrations for the setup:

  • PGlite (indexeddb)
  • Drizzle

Here's a super simple one that creates a migration table that includes already finished migrations.

It's implemented in a couple of minutes so by far not rock-solid. But a good starter if you need a starter.