class

FolioConfig

const class FolioConfig : Obj

FolioConfig specifies initialization constants

constructors make

It-block constructor

fields opts

Additional options

log

Logging for this database

name

Name for this database

pool

Actor pool to use for threading

idPrefix

Ref prefix to make internal refs absolute

dir

Home directory for this database

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

Name for this database

opts const Dict : opts

Additional options

pool const ActorPool : pool

Actor pool to use for threading

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST