Persisted plugin directive (table beancount_plugins).
Storage-layer counterpart of Beancount.Directives.Plugin. This directive
has no date.
Fields
module- plugin module string, e.g."beancount.plugins.auto".config- optional configuration string, ornil.file_order- zero-based position of the directive in the source.
Example
%Beancount.Schemas.Plugin{
module: "beancount.plugins.auto_accounts",
config: nil,
file_order: 1
}