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

molecule.sql.mariadb.spi.SpiSync_mariadb.scala Maven / Gradle / Ivy

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

import molecule.base.error.ModelError
import molecule.core.spi.SpiSync


trait SpiSync_mariadb extends SpiSync {

  throw ModelError(
    "Molecule has no synchronous api on the JS platform since RPCs are asynchronous."
  )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy