UNPKG

typecql

Version:

ORM for CQL databases.

9 lines 295 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TypeCQLMigration = void 0; class TypeCQLMigration { async up(migrationRunner) { } async down(migrationRunner) { } } exports.TypeCQLMigration = TypeCQLMigration; //# sourceMappingURL=migrate-class.js.map