UNPKG

morpheus4j

Version:

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

4 lines (3 loc) 167 B
import { Driver } from 'neo4j-driver'; import { Neo4jConfig } from '../types'; export declare const getDatabaseConnection: (dbConfig: Neo4jConfig) => Promise<Driver>;