UNPKG

@cityssm/dynamics-gp

Version:

Read only inquiries into Microsoft Dynamics GP using a SQL Server connection.

7 lines (6 loc) 270 B
import { DEBUG_ENABLE_NAMESPACES as DEBUG_ENABLE_NAMESPACES_MSSQL } from '@cityssm/mssql-multi-pool/debug'; export const DEBUG_NAMESPACE = 'dynamics-gp'; export const DEBUG_ENABLE_NAMESPACES = [ `${DEBUG_NAMESPACE}:*`, DEBUG_ENABLE_NAMESPACES_MSSQL ].join(',');