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

molecule.sql.mariadb.package.scala Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package molecule.sql

import molecule.core.MoleculeImplicits_
import molecule.core.api._
import molecule.sql.mariadb.spi._

package object mariadb {
  object async extends MoleculeImplicits_ with ApiAsync with SpiAsync_mariadb
  object sync extends MoleculeImplicits_ with ApiSync with SpiSync_mariadb
  object zio extends MoleculeImplicits_ with ApiZio with SpiZio_mariadb
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy