UNPKG

@liberation-data/drivine

Version:

Best and fastest graph database client for TypeScript / Node.js. Provides a level of abstraction for building highly scalable applications, without compromising architectural integrity

9 lines (8 loc) 546 B
export declare const persistenceManagerInjections: string[]; export declare const InjectPersistenceManager: (database?: string) => any; export declare const fileContentInjections: string[]; export declare const InjectFileContents: (dirNameOrPath: string, resource?: string) => any; export declare const cypherInjections: string[]; export declare const InjectCypher: (dirNameOrPath: string, resource?: string) => any; export declare const sqlInjections: string[]; export declare const InjectSql: (dirNameOrPath: string, resource?: string) => any;