UNPKG

@themost/mssql

Version:
12 lines (11 loc) 442 B
/** * MOST Web Framework 2.0 Codename Blueshift * Copyright (c) 2014-2020, THEMOST LP themost-framework@themost.io * * Use of this source code is governed by an BSD-3-Clause license that can be * found in the LICENSE file at https://themost.io/license */ import { MSSqlAdapter } from './MSSqlAdapter'; export * from './MSSqlFormatter'; export * from './MSSqlAdapter'; export declare function createInstance(options: any): MSSqlAdapter;