@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
11 lines • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DatabaseType = void 0;
var DatabaseType;
(function (DatabaseType) {
DatabaseType["AGENS_GRAPH"] = "AGENS_GRAPH";
DatabaseType["NEO4J"] = "NEO4J";
DatabaseType["POSTGRES"] = "POSTGRES";
DatabaseType["NEPTUNE"] = "NEPTUNE";
})(DatabaseType || (exports.DatabaseType = DatabaseType = {}));
//# sourceMappingURL=DatabaseType.js.map