Skip to content

Releases: ScalaConsultants/zio-slick-interop

v0.6.0

16 Feb 01:38
5f24699
Compare
Choose a tag to compare

Notable changes

  • added fromDataSource factory method for DatabaseProvider
  • [breaking] changeg name and signature of the live layer

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

21 Aug 17:17
83cfc23
Compare
Choose a tag to compare

ZIO 2.0 compatible.

v0.3.0

24 Apr 23:35
Compare
Choose a tag to compare

Changes:

  • Dropped the dot-Service pattern for ZIO Layers. DatabaseProvider.Service is now DatabaseProvider and DatabaseProvider is now Has[DatabaseProvider].
  • DatabaseProvider additionally exposes the JdbcProfile now. That enables the creation of database-agnostic Repositories. See tests.
  • DatabaseProvider requires a JdbcProfile now instead of JdbcBackend