driver-interface
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -10,3 +10,3 @@ /** | ||
outputDescription: 'The `table` property is the name of the unrecognized table. The `error` property is a JavaScript Error instance containing the raw error from the database. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
table: 'user_accounts', | ||
@@ -13,0 +13,0 @@ error: '===', |
@@ -81,3 +81,3 @@ module.exports = { | ||
outputDescription: 'The `error` property is a JavaScript Error instance explaining that (and preferably "why") the provided connection string is invalid. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
error: '===', | ||
@@ -107,3 +107,3 @@ meta: '===' | ||
outputDescription: 'The `error` property is a JavaScript Error instance with more information and a stack trace. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
error: '===', | ||
@@ -110,0 +110,0 @@ meta: '===' |
@@ -35,3 +35,3 @@ module.exports = { | ||
outputDescription: 'The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
meta: '===' | ||
@@ -50,3 +50,3 @@ } | ||
outputDescription: 'The `error` property is a JavaScript Error instance with more information and a stack trace. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
error: '===', | ||
@@ -53,0 +53,0 @@ meta: '===' |
@@ -45,3 +45,3 @@ module.exports = { | ||
outputDescription: 'The `connection` property is an active connection to the database. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
connection: '===', | ||
@@ -74,3 +74,3 @@ meta: '===' | ||
outputDescription: 'The `error` property is a JavaScript Error instance with more information and a stack trace. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
error: '===', | ||
@@ -77,0 +77,0 @@ meta: '===' |
@@ -31,3 +31,3 @@ module.exports = { | ||
outputDescription: 'The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
meta: '===' | ||
@@ -34,0 +34,0 @@ } |
@@ -39,3 +39,3 @@ module.exports = { | ||
outputDescription: 'The `nativeQuery` property is the compiled native query for the database. The `valuesToEscape` property is the values which accompany the native query. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
nativeQuery: '*', | ||
@@ -51,3 +51,3 @@ valuesToEscape: ['*'], | ||
outputDescription: 'The `error` property is a JavaScript error instance explaining that (or preferably even _why_) the Waterline syntax is not valid. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
error: '===', | ||
@@ -63,3 +63,3 @@ meta: '===' | ||
outputDescription: 'The `error` property is a JavaScript error instance explaining that (or preferably even _why_) the Waterline statement is not supported. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
error: '===', | ||
@@ -66,0 +66,0 @@ meta: '===' |
@@ -38,3 +38,3 @@ module.exports = { | ||
outputDescription: 'The `footprint` property is the normalized "footprint" representing the provided raw error. Conforms to one of a handful of standardized footprint types expected by the Waterline driver interface. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
footprint: {}, | ||
@@ -41,0 +41,0 @@ meta: '===' |
@@ -47,3 +47,3 @@ module.exports = { | ||
outputDescription: 'The `result` property is the normalized version of the raw result originally provided. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
result: '*', | ||
@@ -50,0 +50,0 @@ meta: '===' |
@@ -45,3 +45,3 @@ module.exports = { | ||
outputDescription: 'The `result` property is the result data the database sent back. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
result: '===', | ||
@@ -56,3 +56,3 @@ meta: '===' | ||
outputDescription: 'The `error` property is a JavaScript Error instance with more details about what went wrong. The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
error: '===', | ||
@@ -59,0 +59,0 @@ meta: '===' |
@@ -28,3 +28,3 @@ module.exports = { | ||
outputDescription: 'The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
meta: '===' | ||
@@ -31,0 +31,0 @@ } |
@@ -28,3 +28,3 @@ module.exports = { | ||
outputDescription: 'The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
meta: '===' | ||
@@ -31,0 +31,0 @@ } |
@@ -31,3 +31,3 @@ module.exports = { | ||
outputDescription: 'The `meta` property is reserved for custom driver-specific extensions.', | ||
example: { | ||
outputExample: { | ||
meta: '===' | ||
@@ -34,0 +34,0 @@ } |
{ | ||
"name": "driver-interface", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Standardized interface for common functionality, expressed in layers. Covers communication with databases, hardware, web services, and more.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
66522