All Downloads are FREE. Search and download functionalities are using the official Maven repository.

doobie.hikari.package.scala Maven / Gradle / Ivy

The newest version!
// Copyright (c) 2013-2020 Rob Norris and Contributors
// This software is licensed under the MIT License (MIT).
// For more information see LICENSE or https://opensource.org/licenses/MIT

package doobie

import com.zaxxer.hikari.HikariDataSource

package object hikari {

  type HikariTransactor[M[_]] = Transactor.Aux[M, HikariDataSource]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy