For the complete documentation index, see llms.txt. This page is also available as Markdown.

Backends

This page covers more advanced FMTC usage, and is not appropriate for beginners or simple use cases.

TLDR; FMTC provides a single storage mechanism by default, named FMTCObjectBoxBackend.


FMTC supports attachment of any custom storage mechanism, through an FMTCBackend. This allows users to pick their favourite database engine, or conduct in-memory testing.

More info coming soon...

Last updated

Was this helpful?