MariaDBFormReadRepository

works.iterative.forms.repository.impl.MariaDBFormReadRepository
See theMariaDBFormReadRepository companion object
class MariaDBFormReadRepository(quill: Mysql[SnakeCase]) extends FormReadRepository

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type Op[A] = UIO[A]

Attributes

Inherited from:
FormReadRepository

Value members

Concrete methods

override def load(id: String, version: FormVersion): UIO[Option[Form]]

Loads the specified version of the form descriptor.

Loads the specified version of the form descriptor.

Attributes

Definition Classes