Package: @effect/sql-pglite
Module: PgliteMigrator
Creates a layer that runs the configured SQL migrations during layer construction.
Signature
declare const layer: <R>(options: Migrator.MigratorOptions<R>) => Layer.Layer<never, Migrator.MigrationError | SqlError, Client.SqlClient | R>
Since v4.0.0