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

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

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

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

package object sqlite {
  object async extends MoleculeImplicits_ with ApiAsync with SpiAsync_sqlite
  object sync extends MoleculeImplicits_ with ApiSync with SpiSync_sqlite
  object zio extends MoleculeImplicits_ with ApiZio with SpiZio_sqlite
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy