
doobie.enum.sqlstate.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of doobie-core-cats_2.11 Show documentation
Show all versions of doobie-core-cats_2.11 Show documentation
Pure functional JDBC layer for Scala.
The newest version!
package doobie.enum
object sqlstate {
case class SqlState(val value: String) extends AnyVal
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy