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