effect-io-ai

Package: @effect/platform-browser
Module: IndexedDbDatabase

IndexedDbDatabase.make

Creates the initial IndexedDbSchema from a version and an initialization migration run during database upgrade.

Signature

declare const make: <InitialVersion extends IndexedDbVersion.AnyWithProps, Error>(initialVersion: InitialVersion, init: (toQuery: Transaction<InitialVersion>) => Effect.Effect<void, Error>) => IndexedDbSchema<never, InitialVersion, Error>

Source

Since v4.0.0