snowflake-promise
Version:
A Promise-based, TypeScript-friendly wrapper for the Snowflake SDK
9 lines (8 loc) • 488 B
TypeScript
export { Snowflake } from './Snowflake';
export { Statement } from './Statement';
export { ConnectionOptions } from './types/ConnectionOptions';
export { ExecuteOptions } from './types/ExecuteOptions';
export { SnowflakeError } from './types/SnowflakeError';
export { StatementAlreadyExecutedError } from './types/StatementAlreadyExecutedError';
export { StatementNotExecutedError } from './types/StatementNotExecutedError';
export { StreamRowsOptions } from './types/StreamRowsOptions';