Builder's DayOctober 26 · SFGet tickets

Prisma 8 extension

IndexedDB

Prisma 8 for IndexedDB: a browser database from your PSL schema, with typed accessors and explicit migrations.

CommunityExperimentalIndexedDB

What it does

Adds IndexedDB as a Prisma 8 database family for browser code. Write a .prisma schema, emit the contract, and createAutoMigratingIdbClient opens the database and applies pending migrations before it resolves. Ships typed db.orm model accessors, transactions, an optional bidirectional sync extension, and @idb.exclude attributes that keep server-only fields out of the client contract.

Registration steps are in the package README in the source repository.