Type Alias DatabaseBuilder

DatabaseBuilder: (file: string, config: Partial<Config>) => Database

Function to construct a database.

Type declaration