NV
Size: a a a
NV
NV
val transact = new (DBIO ~> F) {
override def apply[A](dbio: DBIO[A]): F[A] = {
import schema.databaseProfile.api._
deferFuture(_ => db.run(dbio.transactionally))
}
}Oℕ
NV
VG
AS
val transact: DBIO ~> F = funK { dbio =>
deferFuture { _ =>
import postgresSchema.databaseProfile.api._
postgresDatabase.run(dbio.transactionally)
}
}
К слову я всё равно заюзал Тофу, потому что я Тофу-мэн 🤩Oℕ
Oℕ
val transact: DBIO ~> F = funK { dbio =>
deferFuture { _ =>
import postgresSchema.databaseProfile.api._
postgresDatabase.run(dbio.transactionally)
}
}
К слову я всё равно заюзал Тофу, потому что я Тофу-мэн 🤩T
NV
Oℕ
AS
NV
Oℕ
ΛВ
Oℕ
NV
Oℕ
Oℕ
ΛВ