UNPKG

@forzalabs/remora

Version:

A powerful CLI tool for seamless data translation.

13 lines (12 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const CONSTANTS = { cliVersion: '0.0.30', lambdaVersion: 1, port: 5069, defaults: { SQL_MAX_QUERY_ROWS: 10000, STRING_MAX_CHARACTERS_LENGTH: 10000000 } }; exports.default = CONSTANTS;