Persistent

com.softinio.duck4s.algebra.ConnectionMode.Persistent
final case class Persistent(path: String)

Creates a persistent database stored at the specified file path.

Value parameters

path

The file system path where the database file will be created or opened

Attributes

Members list

Value members

Inherited methods

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product