@naturalcycles/db-lib
Version:
Lowest Common Denominator API to supported Databases
11 lines (10 loc) • 328 B
JavaScript
export var DBRelation;
(function (DBRelation) {
DBRelation["ONE_TO_ONE"] = "ONE_TO_ONE";
DBRelation["ONE_TO_MANY"] = "ONE_TO_MANY";
})(DBRelation || (DBRelation = {}));
export var DBModelType;
(function (DBModelType) {
DBModelType["DBM"] = "DBM";
DBModelType["BM"] = "BM";
})(DBModelType || (DBModelType = {}));