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

doobie.enum.sqlstate.scala Maven / Gradle / Ivy

The newest version!
package doobie.enum

object sqlstate {

  case class SqlState(val value: String) extends AnyVal

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy