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

5 lines (4 loc) 91 B
export interface CompiledQuery { statement: string; parameters: any | undefined; }