Provider Configuration
KonfDBH (host) is modelled on the provider concept to access data-store. By default, it ships with MS-SQL data providers for on-premise MS SQL data base and Azure MS-SQL database. Sample provider configuration appears like, “providers”: { “databaseProviders”: { “default”: “localsql”, “database”: [ { “key”: “localsql”, “providerType”: “MsSql”, “host”: “localhost\\sqlexpress”, “port”: 8080, “instanceName”: “konf”, “username”: […]