UNPKG

morpheus4j

Version:

Morpheus is a migration tool for Neo4j. It aims to be a simple and intuitive way to migrate your database.

13 lines (12 loc) 433 B
import { FileService } from './file.service'; import { Repository } from './neo4j.repository'; export declare class InfoService { private readonly repository; private readonly fileService; private static readonly MESSAGES; constructor(repository: Repository, fileService: FileService); getInfo(): Promise<void>; private printDetailedMigrationTable; private printMigrationSummary; private wrapError; }