SqliteMigrator
Constructor
Signature
declare function layer<R>(options: MigratorOptions<R>): Layer<never, any, any>;Signature
declare const run: <R>(
options: Migrator.MigratorOptions<R>,
) => Effect.Effect<
ReadonlyArray<readonly [id: number, name: string]>,
SqlError | Migrator.MigrationError,
Client.SqlClient | R
>;