type

FolioConfig

const class FolioConfig : Obj

FolioConfig specifies initialization constants

constructors

make

It-block constructor

fields

dir

Home directory for this database

idPrefix

Ref prefix to make internal refs absolute.

log

Logging for this database

name

Name for this database

opts

Additional options

pool

Actor pool to use for threading

Slot Details

dir

const File dir

Home directory for this database

idPrefix

const Str? idPrefix

Ref prefix to make internal refs absolute. This prefix must include a trailing colon such as "p:project:r:"

log

const Log log

Logging for this database

make

new make(|This| f)

It-block constructor

name

const Str name := "db"

Name for this database

opts

const Dict opts := Etc.emptyDict

Additional options

pool

const ActorPool pool

Actor pool to use for threading