FP-Devicer - v1.6.1
    Preparing search index...

    Class AdapterFactory

    Static factory for creating StorageAdapter instances.

    Centralises adapter construction so callers only need to supply a type string and a minimal options bag, rather than importing each adapter module individually.

    const adapter = AdapterFactory.create('sqlite', {
    sqlite: { filePath: './fingerprints.db' },
    });
    await adapter.init();
    Index

    Constructors

    Methods

    Constructors

    Methods