@storehouse/core - v2.1.0
    Preparing search index...

    Class RegistryFactory

    Factory for creating Registry instances with pre-configured managers

    const factory = new RegistryFactory();
    factory.getManagerFactory().setManagerType(MongoManager);
    const registry = factory.getRegistry({
    main: { type: 'MongoManager', config: {...} }
    });
    Index

    Constructors

    Methods