Skip to content

Release v0.4.0 : Added data persistence to sqlite and support for accounts

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 18:22
· 345 commits to main since this release
8fd9a5c

Added data persistence to sqlite. The store.in plugin provides support for using sqlite (and later postgres)for persisting data. A document store interface is used, to keep the api portable across databases.

Support for linking plugins to account information is added. The store.in plugin has a default config which can be overridden in the toml config.