loopback-datasource-juggler/types
Raymond Feng 5a66f9ad72 Fix datasource state management
Use case:
1. Configure a datasource with lazyConnect = true
2. Do NOT start the DB
3. Start the app
4. Send first request and it fails to connnect to the DB
5. Start the DB
5. Requests are now served correctly
2018-05-22 10:46:45 -07:00
..
common.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
connector.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
datasource.d.ts Fix datasource state management 2018-05-22 10:46:45 -07:00
inclusion-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
kv-model.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
model.d.ts Remove node ref 2018-05-11 09:09:31 -07:00
observer-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
persisted-model.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
query.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
relation-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
relation.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
scope.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
transaction-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00
validation-mixin.d.ts Add typescript type definitions 2018-05-09 12:47:27 -07:00