meadow 2.0.43 → 2.0.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/README.md +2 -3
  2. package/docs/architecture.md +10 -99
  3. package/docs/diagrams/create-waterfall.excalidraw +2016 -0
  4. package/docs/diagrams/create-waterfall.mmd +19 -0
  5. package/docs/diagrams/create-waterfall.svg +2 -0
  6. package/docs/diagrams/crud-behavior-flow.excalidraw +1305 -0
  7. package/docs/diagrams/crud-behavior-flow.mmd +13 -0
  8. package/docs/diagrams/crud-behavior-flow.svg +2 -0
  9. package/docs/diagrams/module-hierarchy.excalidraw +1582 -0
  10. package/docs/diagrams/module-hierarchy.mmd +15 -0
  11. package/docs/diagrams/module-hierarchy.svg +2 -0
  12. package/docs/diagrams/query-lifecycle.excalidraw +1808 -0
  13. package/docs/diagrams/query-lifecycle.mmd +21 -0
  14. package/docs/diagrams/query-lifecycle.svg +2 -0
  15. package/docs/diagrams/schema-system.excalidraw +2034 -0
  16. package/docs/diagrams/schema-system.mmd +21 -0
  17. package/docs/diagrams/schema-system.svg +2 -0
  18. package/docs/providers/README.md +6 -14
  19. package/docs/providers/diagrams/overview.excalidraw +1324 -0
  20. package/docs/providers/diagrams/overview.mmd +8 -0
  21. package/docs/providers/diagrams/overview.svg +2 -0
  22. package/docs/providers/diagrams/use-case-unified-client-server-interface.excalidraw +919 -0
  23. package/docs/providers/diagrams/use-case-unified-client-server-interface.mmd +12 -0
  24. package/docs/providers/diagrams/use-case-unified-client-server-interface.svg +2 -0
  25. package/docs/providers/meadow-endpoints.md +5 -17
  26. package/docs/providers/mongodb.md +2 -2
  27. package/docs/providers/mssql.md +1 -1
  28. package/docs/providers/mysql.md +1 -1
  29. package/docs/providers/postgresql.md +2 -2
  30. package/docs/providers/rocksdb.md +1 -1
  31. package/docs/providers/sqlite.md +1 -1
  32. package/docs/query/README.md +1 -1
  33. package/docs/query/count.md +2 -8
  34. package/docs/query/create.md +2 -12
  35. package/docs/query/diagrams/how-it-works-2.excalidraw +1097 -0
  36. package/docs/query/diagrams/how-it-works-2.mmd +10 -0
  37. package/docs/query/diagrams/how-it-works-2.svg +2 -0
  38. package/docs/query/diagrams/how-it-works-3.excalidraw +665 -0
  39. package/docs/query/diagrams/how-it-works-3.mmd +6 -0
  40. package/docs/query/diagrams/how-it-works-3.svg +2 -0
  41. package/docs/query/diagrams/how-it-works-4.excalidraw +881 -0
  42. package/docs/query/diagrams/how-it-works-4.mmd +8 -0
  43. package/docs/query/diagrams/how-it-works-4.svg +2 -0
  44. package/docs/query/diagrams/how-it-works-5.excalidraw +881 -0
  45. package/docs/query/diagrams/how-it-works-5.mmd +8 -0
  46. package/docs/query/diagrams/how-it-works-5.svg +2 -0
  47. package/docs/query/diagrams/how-it-works.excalidraw +665 -0
  48. package/docs/query/diagrams/how-it-works.mmd +6 -0
  49. package/docs/query/diagrams/how-it-works.svg +2 -0
  50. package/docs/query/read.md +4 -18
  51. package/docs/query/update.md +2 -10
  52. package/docs/query-dsl.md +1 -1
  53. package/docs/quick-start.md +1 -1
  54. package/docs/retold-catalog.json +1 -1
  55. package/docs/retold-keyword-index.json +1 -1
  56. package/docs/schema/README.md +2 -7
  57. package/docs/schema/diagrams/overview.excalidraw +834 -0
  58. package/docs/schema/diagrams/overview.mmd +5 -0
  59. package/docs/schema/diagrams/overview.svg +2 -0
  60. package/package.json +3 -3
  61. package/source/providers/Meadow-Provider-MeadowEndpoints.js +36 -7
  62. package/test/Meadow-Provider-MeadowEndpoints-Session_tests.js +123 -0
@@ -0,0 +1,1808 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-renderer-graph/seqgraph",
5
+ "elements": [
6
+ {
7
+ "id": "seq-life-App",
8
+ "type": "line",
9
+ "x": 184,
10
+ "y": 126,
11
+ "width": 0,
12
+ "height": 918,
13
+ "angle": 0,
14
+ "strokeColor": "#8A7F72",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1.5,
18
+ "strokeStyle": "dashed",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": null,
24
+ "seed": 100,
25
+ "version": 1,
26
+ "versionNonce": 1,
27
+ "isDeleted": false,
28
+ "boundElements": null,
29
+ "updated": 1,
30
+ "link": null,
31
+ "locked": false,
32
+ "points": [
33
+ [
34
+ 0,
35
+ 0
36
+ ],
37
+ [
38
+ 0,
39
+ 918
40
+ ]
41
+ ],
42
+ "lastCommittedPoint": null,
43
+ "startBinding": null,
44
+ "endBinding": null,
45
+ "startArrowhead": null,
46
+ "endArrowhead": null,
47
+ "elbowed": false,
48
+ "index": null
49
+ },
50
+ {
51
+ "id": "seq-life-Meadow",
52
+ "type": "line",
53
+ "x": 472,
54
+ "y": 126,
55
+ "width": 0,
56
+ "height": 918,
57
+ "angle": 0,
58
+ "strokeColor": "#8A7F72",
59
+ "backgroundColor": "transparent",
60
+ "fillStyle": "solid",
61
+ "strokeWidth": 1.5,
62
+ "strokeStyle": "dashed",
63
+ "roughness": 1,
64
+ "opacity": 100,
65
+ "groupIds": [],
66
+ "frameId": null,
67
+ "roundness": null,
68
+ "seed": 190,
69
+ "version": 1,
70
+ "versionNonce": 1,
71
+ "isDeleted": false,
72
+ "boundElements": null,
73
+ "updated": 1,
74
+ "link": null,
75
+ "locked": false,
76
+ "points": [
77
+ [
78
+ 0,
79
+ 0
80
+ ],
81
+ [
82
+ 0,
83
+ 918
84
+ ]
85
+ ],
86
+ "lastCommittedPoint": null,
87
+ "startBinding": null,
88
+ "endBinding": null,
89
+ "startArrowhead": null,
90
+ "endArrowhead": null,
91
+ "elbowed": false,
92
+ "index": null
93
+ },
94
+ {
95
+ "id": "seq-life-Behavior",
96
+ "type": "line",
97
+ "x": 760,
98
+ "y": 126,
99
+ "width": 0,
100
+ "height": 918,
101
+ "angle": 0,
102
+ "strokeColor": "#8A7F72",
103
+ "backgroundColor": "transparent",
104
+ "fillStyle": "solid",
105
+ "strokeWidth": 1.5,
106
+ "strokeStyle": "dashed",
107
+ "roughness": 1,
108
+ "opacity": 100,
109
+ "groupIds": [],
110
+ "frameId": null,
111
+ "roundness": null,
112
+ "seed": 220,
113
+ "version": 1,
114
+ "versionNonce": 1,
115
+ "isDeleted": false,
116
+ "boundElements": null,
117
+ "updated": 1,
118
+ "link": null,
119
+ "locked": false,
120
+ "points": [
121
+ [
122
+ 0,
123
+ 0
124
+ ],
125
+ [
126
+ 0,
127
+ 918
128
+ ]
129
+ ],
130
+ "lastCommittedPoint": null,
131
+ "startBinding": null,
132
+ "endBinding": null,
133
+ "startArrowhead": null,
134
+ "endArrowhead": null,
135
+ "elbowed": false,
136
+ "index": null
137
+ },
138
+ {
139
+ "id": "seq-life-FH",
140
+ "type": "line",
141
+ "x": 1048,
142
+ "y": 126,
143
+ "width": 0,
144
+ "height": 918,
145
+ "angle": 0,
146
+ "strokeColor": "#8A7F72",
147
+ "backgroundColor": "transparent",
148
+ "fillStyle": "solid",
149
+ "strokeWidth": 1.5,
150
+ "strokeStyle": "dashed",
151
+ "roughness": 1,
152
+ "opacity": 100,
153
+ "groupIds": [],
154
+ "frameId": null,
155
+ "roundness": null,
156
+ "seed": 793,
157
+ "version": 1,
158
+ "versionNonce": 1,
159
+ "isDeleted": false,
160
+ "boundElements": null,
161
+ "updated": 1,
162
+ "link": null,
163
+ "locked": false,
164
+ "points": [
165
+ [
166
+ 0,
167
+ 0
168
+ ],
169
+ [
170
+ 0,
171
+ 918
172
+ ]
173
+ ],
174
+ "lastCommittedPoint": null,
175
+ "startBinding": null,
176
+ "endBinding": null,
177
+ "startArrowhead": null,
178
+ "endArrowhead": null,
179
+ "elbowed": false,
180
+ "index": null
181
+ },
182
+ {
183
+ "id": "seq-life-Provider",
184
+ "type": "line",
185
+ "x": 1336,
186
+ "y": 126,
187
+ "width": 0,
188
+ "height": 918,
189
+ "angle": 0,
190
+ "strokeColor": "#8A7F72",
191
+ "backgroundColor": "transparent",
192
+ "fillStyle": "solid",
193
+ "strokeWidth": 1.5,
194
+ "strokeStyle": "dashed",
195
+ "roughness": 1,
196
+ "opacity": 100,
197
+ "groupIds": [],
198
+ "frameId": null,
199
+ "roundness": null,
200
+ "seed": 184,
201
+ "version": 1,
202
+ "versionNonce": 1,
203
+ "isDeleted": false,
204
+ "boundElements": null,
205
+ "updated": 1,
206
+ "link": null,
207
+ "locked": false,
208
+ "points": [
209
+ [
210
+ 0,
211
+ 0
212
+ ],
213
+ [
214
+ 0,
215
+ 918
216
+ ]
217
+ ],
218
+ "lastCommittedPoint": null,
219
+ "startBinding": null,
220
+ "endBinding": null,
221
+ "startArrowhead": null,
222
+ "endArrowhead": null,
223
+ "elbowed": false,
224
+ "index": null
225
+ },
226
+ {
227
+ "id": "seq-life-DB",
228
+ "type": "line",
229
+ "x": 1624,
230
+ "y": 126,
231
+ "width": 0,
232
+ "height": 918,
233
+ "angle": 0,
234
+ "strokeColor": "#8A7F72",
235
+ "backgroundColor": "transparent",
236
+ "fillStyle": "solid",
237
+ "strokeWidth": 1.5,
238
+ "strokeStyle": "dashed",
239
+ "roughness": 1,
240
+ "opacity": 100,
241
+ "groupIds": [],
242
+ "frameId": null,
243
+ "roundness": null,
244
+ "seed": 229,
245
+ "version": 1,
246
+ "versionNonce": 1,
247
+ "isDeleted": false,
248
+ "boundElements": null,
249
+ "updated": 1,
250
+ "link": null,
251
+ "locked": false,
252
+ "points": [
253
+ [
254
+ 0,
255
+ 0
256
+ ],
257
+ [
258
+ 0,
259
+ 918
260
+ ]
261
+ ],
262
+ "lastCommittedPoint": null,
263
+ "startBinding": null,
264
+ "endBinding": null,
265
+ "startArrowhead": null,
266
+ "endArrowhead": null,
267
+ "elbowed": false,
268
+ "index": null
269
+ },
270
+ {
271
+ "id": "seq-actor-App",
272
+ "type": "rectangle",
273
+ "x": 104,
274
+ "y": 70,
275
+ "width": 160,
276
+ "height": 56,
277
+ "angle": 0,
278
+ "strokeColor": "#1B1F23",
279
+ "backgroundColor": "transparent",
280
+ "fillStyle": "hachure",
281
+ "strokeWidth": 2,
282
+ "strokeStyle": "solid",
283
+ "roughness": 1,
284
+ "opacity": 100,
285
+ "groupIds": [],
286
+ "frameId": null,
287
+ "roundness": {
288
+ "type": 3
289
+ },
290
+ "seed": 225,
291
+ "version": 1,
292
+ "versionNonce": 225,
293
+ "isDeleted": false,
294
+ "boundElements": [
295
+ {
296
+ "id": "seq-actorlabel-App",
297
+ "type": "text"
298
+ }
299
+ ],
300
+ "updated": 1,
301
+ "link": null,
302
+ "locked": false,
303
+ "index": null
304
+ },
305
+ {
306
+ "id": "seq-actorlabel-App",
307
+ "type": "text",
308
+ "x": 112,
309
+ "y": 85.5,
310
+ "width": 144,
311
+ "height": 25,
312
+ "angle": 0,
313
+ "strokeColor": "#1B1F23",
314
+ "backgroundColor": "transparent",
315
+ "fillStyle": "solid",
316
+ "strokeWidth": 1,
317
+ "strokeStyle": "solid",
318
+ "roughness": 1,
319
+ "opacity": 100,
320
+ "groupIds": [],
321
+ "frameId": null,
322
+ "roundness": null,
323
+ "seed": 226,
324
+ "version": 1,
325
+ "versionNonce": 226,
326
+ "isDeleted": false,
327
+ "boundElements": null,
328
+ "updated": 1,
329
+ "link": null,
330
+ "locked": false,
331
+ "text": "Application",
332
+ "fontSize": 20,
333
+ "fontFamily": 5,
334
+ "textAlign": "center",
335
+ "verticalAlign": "middle",
336
+ "containerId": "seq-actor-App",
337
+ "originalText": "Application",
338
+ "autoResize": false,
339
+ "lineHeight": 1.25,
340
+ "index": null
341
+ },
342
+ {
343
+ "id": "seq-actor-Meadow",
344
+ "type": "rectangle",
345
+ "x": 417,
346
+ "y": 70,
347
+ "width": 110,
348
+ "height": 56,
349
+ "angle": 0,
350
+ "strokeColor": "#1B1F23",
351
+ "backgroundColor": "transparent",
352
+ "fillStyle": "hachure",
353
+ "strokeWidth": 2,
354
+ "strokeStyle": "solid",
355
+ "roughness": 1,
356
+ "opacity": 100,
357
+ "groupIds": [],
358
+ "frameId": null,
359
+ "roundness": {
360
+ "type": 3
361
+ },
362
+ "seed": 896,
363
+ "version": 1,
364
+ "versionNonce": 896,
365
+ "isDeleted": false,
366
+ "boundElements": [
367
+ {
368
+ "id": "seq-actorlabel-Meadow",
369
+ "type": "text"
370
+ }
371
+ ],
372
+ "updated": 1,
373
+ "link": null,
374
+ "locked": false,
375
+ "index": null
376
+ },
377
+ {
378
+ "id": "seq-actorlabel-Meadow",
379
+ "type": "text",
380
+ "x": 425,
381
+ "y": 85.5,
382
+ "width": 94,
383
+ "height": 25,
384
+ "angle": 0,
385
+ "strokeColor": "#1B1F23",
386
+ "backgroundColor": "transparent",
387
+ "fillStyle": "solid",
388
+ "strokeWidth": 1,
389
+ "strokeStyle": "solid",
390
+ "roughness": 1,
391
+ "opacity": 100,
392
+ "groupIds": [],
393
+ "frameId": null,
394
+ "roundness": null,
395
+ "seed": 897,
396
+ "version": 1,
397
+ "versionNonce": 897,
398
+ "isDeleted": false,
399
+ "boundElements": null,
400
+ "updated": 1,
401
+ "link": null,
402
+ "locked": false,
403
+ "text": "Meadow",
404
+ "fontSize": 20,
405
+ "fontFamily": 5,
406
+ "textAlign": "center",
407
+ "verticalAlign": "middle",
408
+ "containerId": "seq-actor-Meadow",
409
+ "originalText": "Meadow",
410
+ "autoResize": false,
411
+ "lineHeight": 1.25,
412
+ "index": null
413
+ },
414
+ {
415
+ "id": "seq-actor-Behavior",
416
+ "type": "rectangle",
417
+ "x": 656,
418
+ "y": 70,
419
+ "width": 208,
420
+ "height": 56,
421
+ "angle": 0,
422
+ "strokeColor": "#1B1F23",
423
+ "backgroundColor": "transparent",
424
+ "fillStyle": "hachure",
425
+ "strokeWidth": 2,
426
+ "strokeStyle": "solid",
427
+ "roughness": 1,
428
+ "opacity": 100,
429
+ "groupIds": [],
430
+ "frameId": null,
431
+ "roundness": {
432
+ "type": 3
433
+ },
434
+ "seed": 453,
435
+ "version": 1,
436
+ "versionNonce": 453,
437
+ "isDeleted": false,
438
+ "boundElements": [
439
+ {
440
+ "id": "seq-actorlabel-Behavior",
441
+ "type": "text"
442
+ }
443
+ ],
444
+ "updated": 1,
445
+ "link": null,
446
+ "locked": false,
447
+ "index": null
448
+ },
449
+ {
450
+ "id": "seq-actorlabel-Behavior",
451
+ "type": "text",
452
+ "x": 664,
453
+ "y": 85.5,
454
+ "width": 192,
455
+ "height": 25,
456
+ "angle": 0,
457
+ "strokeColor": "#1B1F23",
458
+ "backgroundColor": "transparent",
459
+ "fillStyle": "solid",
460
+ "strokeWidth": 1,
461
+ "strokeStyle": "solid",
462
+ "roughness": 1,
463
+ "opacity": 100,
464
+ "groupIds": [],
465
+ "frameId": null,
466
+ "roundness": null,
467
+ "seed": 454,
468
+ "version": 1,
469
+ "versionNonce": 454,
470
+ "isDeleted": false,
471
+ "boundElements": null,
472
+ "updated": 1,
473
+ "link": null,
474
+ "locked": false,
475
+ "text": "Behavior Module",
476
+ "fontSize": 20,
477
+ "fontFamily": 5,
478
+ "textAlign": "center",
479
+ "verticalAlign": "middle",
480
+ "containerId": "seq-actor-Behavior",
481
+ "originalText": "Behavior Module",
482
+ "autoResize": false,
483
+ "lineHeight": 1.25,
484
+ "index": null
485
+ },
486
+ {
487
+ "id": "seq-actor-FH",
488
+ "type": "rectangle",
489
+ "x": 986,
490
+ "y": 70,
491
+ "width": 124,
492
+ "height": 56,
493
+ "angle": 0,
494
+ "strokeColor": "#1B1F23",
495
+ "backgroundColor": "transparent",
496
+ "fillStyle": "hachure",
497
+ "strokeWidth": 2,
498
+ "strokeStyle": "solid",
499
+ "roughness": 1,
500
+ "opacity": 100,
501
+ "groupIds": [],
502
+ "frameId": null,
503
+ "roundness": {
504
+ "type": 3
505
+ },
506
+ "seed": 192,
507
+ "version": 1,
508
+ "versionNonce": 192,
509
+ "isDeleted": false,
510
+ "boundElements": [
511
+ {
512
+ "id": "seq-actorlabel-FH",
513
+ "type": "text"
514
+ }
515
+ ],
516
+ "updated": 1,
517
+ "link": null,
518
+ "locked": false,
519
+ "index": null
520
+ },
521
+ {
522
+ "id": "seq-actorlabel-FH",
523
+ "type": "text",
524
+ "x": 994,
525
+ "y": 85.5,
526
+ "width": 108,
527
+ "height": 25,
528
+ "angle": 0,
529
+ "strokeColor": "#1B1F23",
530
+ "backgroundColor": "transparent",
531
+ "fillStyle": "solid",
532
+ "strokeWidth": 1,
533
+ "strokeStyle": "solid",
534
+ "roughness": 1,
535
+ "opacity": 100,
536
+ "groupIds": [],
537
+ "frameId": null,
538
+ "roundness": null,
539
+ "seed": 193,
540
+ "version": 1,
541
+ "versionNonce": 193,
542
+ "isDeleted": false,
543
+ "boundElements": null,
544
+ "updated": 1,
545
+ "link": null,
546
+ "locked": false,
547
+ "text": "FoxHound",
548
+ "fontSize": 20,
549
+ "fontFamily": 5,
550
+ "textAlign": "center",
551
+ "verticalAlign": "middle",
552
+ "containerId": "seq-actor-FH",
553
+ "originalText": "FoxHound",
554
+ "autoResize": false,
555
+ "lineHeight": 1.25,
556
+ "index": null
557
+ },
558
+ {
559
+ "id": "seq-actor-Provider",
560
+ "type": "rectangle",
561
+ "x": 1274,
562
+ "y": 70,
563
+ "width": 124,
564
+ "height": 56,
565
+ "angle": 0,
566
+ "strokeColor": "#1B1F23",
567
+ "backgroundColor": "transparent",
568
+ "fillStyle": "hachure",
569
+ "strokeWidth": 2,
570
+ "strokeStyle": "solid",
571
+ "roughness": 1,
572
+ "opacity": 100,
573
+ "groupIds": [],
574
+ "frameId": null,
575
+ "roundness": {
576
+ "type": 3
577
+ },
578
+ "seed": 485,
579
+ "version": 1,
580
+ "versionNonce": 485,
581
+ "isDeleted": false,
582
+ "boundElements": [
583
+ {
584
+ "id": "seq-actorlabel-Provider",
585
+ "type": "text"
586
+ }
587
+ ],
588
+ "updated": 1,
589
+ "link": null,
590
+ "locked": false,
591
+ "index": null
592
+ },
593
+ {
594
+ "id": "seq-actorlabel-Provider",
595
+ "type": "text",
596
+ "x": 1282,
597
+ "y": 85.5,
598
+ "width": 108,
599
+ "height": 25,
600
+ "angle": 0,
601
+ "strokeColor": "#1B1F23",
602
+ "backgroundColor": "transparent",
603
+ "fillStyle": "solid",
604
+ "strokeWidth": 1,
605
+ "strokeStyle": "solid",
606
+ "roughness": 1,
607
+ "opacity": 100,
608
+ "groupIds": [],
609
+ "frameId": null,
610
+ "roundness": null,
611
+ "seed": 486,
612
+ "version": 1,
613
+ "versionNonce": 486,
614
+ "isDeleted": false,
615
+ "boundElements": null,
616
+ "updated": 1,
617
+ "link": null,
618
+ "locked": false,
619
+ "text": "Provider",
620
+ "fontSize": 20,
621
+ "fontFamily": 5,
622
+ "textAlign": "center",
623
+ "verticalAlign": "middle",
624
+ "containerId": "seq-actor-Provider",
625
+ "originalText": "Provider",
626
+ "autoResize": false,
627
+ "lineHeight": 1.25,
628
+ "index": null
629
+ },
630
+ {
631
+ "id": "seq-actor-DB",
632
+ "type": "rectangle",
633
+ "x": 1562,
634
+ "y": 70,
635
+ "width": 124,
636
+ "height": 56,
637
+ "angle": 0,
638
+ "strokeColor": "#1B1F23",
639
+ "backgroundColor": "transparent",
640
+ "fillStyle": "hachure",
641
+ "strokeWidth": 2,
642
+ "strokeStyle": "solid",
643
+ "roughness": 1,
644
+ "opacity": 100,
645
+ "groupIds": [],
646
+ "frameId": null,
647
+ "roundness": {
648
+ "type": 3
649
+ },
650
+ "seed": 376,
651
+ "version": 1,
652
+ "versionNonce": 376,
653
+ "isDeleted": false,
654
+ "boundElements": [
655
+ {
656
+ "id": "seq-actorlabel-DB",
657
+ "type": "text"
658
+ }
659
+ ],
660
+ "updated": 1,
661
+ "link": null,
662
+ "locked": false,
663
+ "index": null
664
+ },
665
+ {
666
+ "id": "seq-actorlabel-DB",
667
+ "type": "text",
668
+ "x": 1570,
669
+ "y": 85.5,
670
+ "width": 108,
671
+ "height": 25,
672
+ "angle": 0,
673
+ "strokeColor": "#1B1F23",
674
+ "backgroundColor": "transparent",
675
+ "fillStyle": "solid",
676
+ "strokeWidth": 1,
677
+ "strokeStyle": "solid",
678
+ "roughness": 1,
679
+ "opacity": 100,
680
+ "groupIds": [],
681
+ "frameId": null,
682
+ "roundness": null,
683
+ "seed": 377,
684
+ "version": 1,
685
+ "versionNonce": 377,
686
+ "isDeleted": false,
687
+ "boundElements": null,
688
+ "updated": 1,
689
+ "link": null,
690
+ "locked": false,
691
+ "text": "Database",
692
+ "fontSize": 20,
693
+ "fontFamily": 5,
694
+ "textAlign": "center",
695
+ "verticalAlign": "middle",
696
+ "containerId": "seq-actor-DB",
697
+ "originalText": "Database",
698
+ "autoResize": false,
699
+ "lineHeight": 1.25,
700
+ "index": null
701
+ },
702
+ {
703
+ "id": "seq-msg-0",
704
+ "type": "arrow",
705
+ "x": 187,
706
+ "y": 179,
707
+ "width": 282,
708
+ "height": 0,
709
+ "angle": 0,
710
+ "strokeColor": "#1B1F23",
711
+ "backgroundColor": "transparent",
712
+ "fillStyle": "solid",
713
+ "strokeWidth": 2,
714
+ "strokeStyle": "solid",
715
+ "roughness": 1,
716
+ "opacity": 100,
717
+ "groupIds": [],
718
+ "frameId": null,
719
+ "roundness": {
720
+ "type": 2
721
+ },
722
+ "seed": 412,
723
+ "version": 1,
724
+ "versionNonce": 412,
725
+ "isDeleted": false,
726
+ "boundElements": [],
727
+ "updated": 1,
728
+ "link": null,
729
+ "locked": false,
730
+ "points": [
731
+ [
732
+ 0,
733
+ 0
734
+ ],
735
+ [
736
+ 282,
737
+ 0
738
+ ]
739
+ ],
740
+ "lastCommittedPoint": null,
741
+ "startBinding": null,
742
+ "endBinding": null,
743
+ "startArrowhead": null,
744
+ "endArrowhead": "triangle",
745
+ "elbowed": false,
746
+ "index": null
747
+ },
748
+ {
749
+ "id": "seq-msglabel-0",
750
+ "type": "text",
751
+ "x": 188.8,
752
+ "y": 152,
753
+ "width": 278.4,
754
+ "height": 21,
755
+ "angle": 0,
756
+ "strokeColor": "#1B1F23",
757
+ "backgroundColor": "transparent",
758
+ "fillStyle": "solid",
759
+ "strokeWidth": 1,
760
+ "strokeStyle": "solid",
761
+ "roughness": 1,
762
+ "opacity": 100,
763
+ "groupIds": [],
764
+ "frameId": null,
765
+ "roundness": null,
766
+ "seed": 413,
767
+ "version": 1,
768
+ "versionNonce": 413,
769
+ "isDeleted": false,
770
+ "boundElements": null,
771
+ "updated": 1,
772
+ "link": null,
773
+ "locked": false,
774
+ "text": "meadow.query (clone FoxHound)",
775
+ "fontSize": 16,
776
+ "fontFamily": 5,
777
+ "textAlign": "center",
778
+ "verticalAlign": "top",
779
+ "containerId": null,
780
+ "originalText": "meadow.query (clone FoxHound)",
781
+ "autoResize": true,
782
+ "lineHeight": 1.25,
783
+ "index": null
784
+ },
785
+ {
786
+ "id": "seq-msg-1",
787
+ "type": "arrow",
788
+ "x": 469,
789
+ "y": 237,
790
+ "width": -282,
791
+ "height": 0,
792
+ "angle": 0,
793
+ "strokeColor": "#1B1F23",
794
+ "backgroundColor": "transparent",
795
+ "fillStyle": "solid",
796
+ "strokeWidth": 2,
797
+ "strokeStyle": "dashed",
798
+ "roughness": 1,
799
+ "opacity": 100,
800
+ "groupIds": [],
801
+ "frameId": null,
802
+ "roundness": {
803
+ "type": 2
804
+ },
805
+ "seed": 812,
806
+ "version": 1,
807
+ "versionNonce": 812,
808
+ "isDeleted": false,
809
+ "boundElements": [],
810
+ "updated": 1,
811
+ "link": null,
812
+ "locked": false,
813
+ "points": [
814
+ [
815
+ 0,
816
+ 0
817
+ ],
818
+ [
819
+ -282,
820
+ 0
821
+ ]
822
+ ],
823
+ "lastCommittedPoint": null,
824
+ "startBinding": null,
825
+ "endBinding": null,
826
+ "startArrowhead": null,
827
+ "endArrowhead": "triangle",
828
+ "elbowed": false,
829
+ "index": null
830
+ },
831
+ {
832
+ "id": "seq-msglabel-1",
833
+ "type": "text",
834
+ "x": 217.60000000000002,
835
+ "y": 210,
836
+ "width": 220.79999999999998,
837
+ "height": 21,
838
+ "angle": 0,
839
+ "strokeColor": "#1B1F23",
840
+ "backgroundColor": "transparent",
841
+ "fillStyle": "solid",
842
+ "strokeWidth": 1,
843
+ "strokeStyle": "solid",
844
+ "roughness": 1,
845
+ "opacity": 100,
846
+ "groupIds": [],
847
+ "frameId": null,
848
+ "roundness": null,
849
+ "seed": 813,
850
+ "version": 1,
851
+ "versionNonce": 813,
852
+ "isDeleted": false,
853
+ "boundElements": null,
854
+ "updated": 1,
855
+ "link": null,
856
+ "locked": false,
857
+ "text": "Independent query clone",
858
+ "fontSize": 16,
859
+ "fontFamily": 5,
860
+ "textAlign": "center",
861
+ "verticalAlign": "top",
862
+ "containerId": null,
863
+ "originalText": "Independent query clone",
864
+ "autoResize": true,
865
+ "lineHeight": 1.25,
866
+ "index": null
867
+ },
868
+ {
869
+ "id": "seq-msg-2",
870
+ "type": "arrow",
871
+ "x": 184,
872
+ "y": 295,
873
+ "width": 46,
874
+ "height": 44,
875
+ "angle": 0,
876
+ "strokeColor": "#1B1F23",
877
+ "backgroundColor": "transparent",
878
+ "fillStyle": "solid",
879
+ "strokeWidth": 2,
880
+ "strokeStyle": "solid",
881
+ "roughness": 1,
882
+ "opacity": 100,
883
+ "groupIds": [],
884
+ "frameId": null,
885
+ "roundness": {
886
+ "type": 2
887
+ },
888
+ "seed": 424,
889
+ "version": 1,
890
+ "versionNonce": 424,
891
+ "isDeleted": false,
892
+ "boundElements": [],
893
+ "updated": 1,
894
+ "link": null,
895
+ "locked": false,
896
+ "points": [
897
+ [
898
+ 0,
899
+ 0
900
+ ],
901
+ [
902
+ 46,
903
+ 0
904
+ ],
905
+ [
906
+ 46,
907
+ 44
908
+ ],
909
+ [
910
+ 0,
911
+ 44
912
+ ]
913
+ ],
914
+ "lastCommittedPoint": null,
915
+ "startBinding": null,
916
+ "endBinding": null,
917
+ "startArrowhead": null,
918
+ "endArrowhead": "triangle",
919
+ "elbowed": false,
920
+ "index": null
921
+ },
922
+ {
923
+ "id": "seq-msglabel-2",
924
+ "type": "text",
925
+ "x": 240,
926
+ "y": 306.5,
927
+ "width": 288,
928
+ "height": 21,
929
+ "angle": 0,
930
+ "strokeColor": "#1B1F23",
931
+ "backgroundColor": "transparent",
932
+ "fillStyle": "solid",
933
+ "strokeWidth": 1,
934
+ "strokeStyle": "solid",
935
+ "roughness": 1,
936
+ "opacity": 100,
937
+ "groupIds": [],
938
+ "frameId": null,
939
+ "roundness": null,
940
+ "seed": 425,
941
+ "version": 1,
942
+ "versionNonce": 425,
943
+ "isDeleted": false,
944
+ "boundElements": null,
945
+ "updated": 1,
946
+ "link": null,
947
+ "locked": false,
948
+ "text": "addFilter / addRecord / setCap",
949
+ "fontSize": 16,
950
+ "fontFamily": 5,
951
+ "textAlign": "left",
952
+ "verticalAlign": "top",
953
+ "containerId": null,
954
+ "originalText": "addFilter / addRecord / setCap",
955
+ "autoResize": true,
956
+ "lineHeight": 1.25,
957
+ "index": null
958
+ },
959
+ {
960
+ "id": "seq-msg-3",
961
+ "type": "arrow",
962
+ "x": 187,
963
+ "y": 405,
964
+ "width": 282,
965
+ "height": 0,
966
+ "angle": 0,
967
+ "strokeColor": "#1B1F23",
968
+ "backgroundColor": "transparent",
969
+ "fillStyle": "solid",
970
+ "strokeWidth": 2,
971
+ "strokeStyle": "solid",
972
+ "roughness": 1,
973
+ "opacity": 100,
974
+ "groupIds": [],
975
+ "frameId": null,
976
+ "roundness": {
977
+ "type": 2
978
+ },
979
+ "seed": 844,
980
+ "version": 1,
981
+ "versionNonce": 844,
982
+ "isDeleted": false,
983
+ "boundElements": [],
984
+ "updated": 1,
985
+ "link": null,
986
+ "locked": false,
987
+ "points": [
988
+ [
989
+ 0,
990
+ 0
991
+ ],
992
+ [
993
+ 282,
994
+ 0
995
+ ]
996
+ ],
997
+ "lastCommittedPoint": null,
998
+ "startBinding": null,
999
+ "endBinding": null,
1000
+ "startArrowhead": null,
1001
+ "endArrowhead": "triangle",
1002
+ "elbowed": false,
1003
+ "index": null
1004
+ },
1005
+ {
1006
+ "id": "seq-msglabel-3",
1007
+ "type": "text",
1008
+ "x": 179.20000000000002,
1009
+ "y": 378,
1010
+ "width": 297.59999999999997,
1011
+ "height": 21,
1012
+ "angle": 0,
1013
+ "strokeColor": "#1B1F23",
1014
+ "backgroundColor": "transparent",
1015
+ "fillStyle": "solid",
1016
+ "strokeWidth": 1,
1017
+ "strokeStyle": "solid",
1018
+ "roughness": 1,
1019
+ "opacity": 100,
1020
+ "groupIds": [],
1021
+ "frameId": null,
1022
+ "roundness": null,
1023
+ "seed": 845,
1024
+ "version": 1,
1025
+ "versionNonce": 845,
1026
+ "isDeleted": false,
1027
+ "boundElements": null,
1028
+ "updated": 1,
1029
+ "link": null,
1030
+ "locked": false,
1031
+ "text": "meadow.doCreate / doRead / etc.",
1032
+ "fontSize": 16,
1033
+ "fontFamily": 5,
1034
+ "textAlign": "center",
1035
+ "verticalAlign": "top",
1036
+ "containerId": null,
1037
+ "originalText": "meadow.doCreate / doRead / etc.",
1038
+ "autoResize": true,
1039
+ "lineHeight": 1.25,
1040
+ "index": null
1041
+ },
1042
+ {
1043
+ "id": "seq-msg-4",
1044
+ "type": "arrow",
1045
+ "x": 475,
1046
+ "y": 463,
1047
+ "width": 282,
1048
+ "height": 0,
1049
+ "angle": 0,
1050
+ "strokeColor": "#1B1F23",
1051
+ "backgroundColor": "transparent",
1052
+ "fillStyle": "solid",
1053
+ "strokeWidth": 2,
1054
+ "strokeStyle": "solid",
1055
+ "roughness": 1,
1056
+ "opacity": 100,
1057
+ "groupIds": [],
1058
+ "frameId": null,
1059
+ "roundness": {
1060
+ "type": 2
1061
+ },
1062
+ "seed": 733,
1063
+ "version": 1,
1064
+ "versionNonce": 733,
1065
+ "isDeleted": false,
1066
+ "boundElements": [],
1067
+ "updated": 1,
1068
+ "link": null,
1069
+ "locked": false,
1070
+ "points": [
1071
+ [
1072
+ 0,
1073
+ 0
1074
+ ],
1075
+ [
1076
+ 282,
1077
+ 0
1078
+ ]
1079
+ ],
1080
+ "lastCommittedPoint": null,
1081
+ "startBinding": null,
1082
+ "endBinding": null,
1083
+ "startArrowhead": null,
1084
+ "endArrowhead": "triangle",
1085
+ "elbowed": false,
1086
+ "index": null
1087
+ },
1088
+ {
1089
+ "id": "seq-msglabel-4",
1090
+ "type": "text",
1091
+ "x": 457.6,
1092
+ "y": 436,
1093
+ "width": 316.8,
1094
+ "height": 21,
1095
+ "angle": 0,
1096
+ "strokeColor": "#1B1F23",
1097
+ "backgroundColor": "transparent",
1098
+ "fillStyle": "solid",
1099
+ "strokeWidth": 1,
1100
+ "strokeStyle": "solid",
1101
+ "roughness": 1,
1102
+ "opacity": 100,
1103
+ "groupIds": [],
1104
+ "frameId": null,
1105
+ "roundness": null,
1106
+ "seed": 734,
1107
+ "version": 1,
1108
+ "versionNonce": 734,
1109
+ "isDeleted": false,
1110
+ "boundElements": null,
1111
+ "updated": 1,
1112
+ "link": null,
1113
+ "locked": false,
1114
+ "text": "Invoke behavior (async waterfall)",
1115
+ "fontSize": 16,
1116
+ "fontFamily": 5,
1117
+ "textAlign": "center",
1118
+ "verticalAlign": "top",
1119
+ "containerId": null,
1120
+ "originalText": "Invoke behavior (async waterfall)",
1121
+ "autoResize": true,
1122
+ "lineHeight": 1.25,
1123
+ "index": null
1124
+ },
1125
+ {
1126
+ "id": "seq-msg-5",
1127
+ "type": "arrow",
1128
+ "x": 763,
1129
+ "y": 521,
1130
+ "width": 282,
1131
+ "height": 0,
1132
+ "angle": 0,
1133
+ "strokeColor": "#1B1F23",
1134
+ "backgroundColor": "transparent",
1135
+ "fillStyle": "solid",
1136
+ "strokeWidth": 2,
1137
+ "strokeStyle": "solid",
1138
+ "roughness": 1,
1139
+ "opacity": 100,
1140
+ "groupIds": [],
1141
+ "frameId": null,
1142
+ "roundness": {
1143
+ "type": 2
1144
+ },
1145
+ "seed": 485,
1146
+ "version": 1,
1147
+ "versionNonce": 485,
1148
+ "isDeleted": false,
1149
+ "boundElements": [],
1150
+ "updated": 1,
1151
+ "link": null,
1152
+ "locked": false,
1153
+ "points": [
1154
+ [
1155
+ 0,
1156
+ 0
1157
+ ],
1158
+ [
1159
+ 282,
1160
+ 0
1161
+ ]
1162
+ ],
1163
+ "lastCommittedPoint": null,
1164
+ "startBinding": null,
1165
+ "endBinding": null,
1166
+ "startArrowhead": null,
1167
+ "endArrowhead": "triangle",
1168
+ "elbowed": false,
1169
+ "index": null
1170
+ },
1171
+ {
1172
+ "id": "seq-msglabel-5",
1173
+ "type": "text",
1174
+ "x": 793.6,
1175
+ "y": 494,
1176
+ "width": 220.79999999999998,
1177
+ "height": 21,
1178
+ "angle": 0,
1179
+ "strokeColor": "#1B1F23",
1180
+ "backgroundColor": "transparent",
1181
+ "fillStyle": "solid",
1182
+ "strokeWidth": 1,
1183
+ "strokeStyle": "solid",
1184
+ "roughness": 1,
1185
+ "opacity": 100,
1186
+ "groupIds": [],
1187
+ "frameId": null,
1188
+ "roundness": null,
1189
+ "seed": 486,
1190
+ "version": 1,
1191
+ "versionNonce": 486,
1192
+ "isDeleted": false,
1193
+ "boundElements": null,
1194
+ "updated": 1,
1195
+ "link": null,
1196
+ "locked": false,
1197
+ "text": "setDialect / buildQuery",
1198
+ "fontSize": 16,
1199
+ "fontFamily": 5,
1200
+ "textAlign": "center",
1201
+ "verticalAlign": "top",
1202
+ "containerId": null,
1203
+ "originalText": "setDialect / buildQuery",
1204
+ "autoResize": true,
1205
+ "lineHeight": 1.25,
1206
+ "index": null
1207
+ },
1208
+ {
1209
+ "id": "seq-msg-6",
1210
+ "type": "arrow",
1211
+ "x": 1045,
1212
+ "y": 579,
1213
+ "width": -282,
1214
+ "height": 0,
1215
+ "angle": 0,
1216
+ "strokeColor": "#1B1F23",
1217
+ "backgroundColor": "transparent",
1218
+ "fillStyle": "solid",
1219
+ "strokeWidth": 2,
1220
+ "strokeStyle": "dashed",
1221
+ "roughness": 1,
1222
+ "opacity": 100,
1223
+ "groupIds": [],
1224
+ "frameId": null,
1225
+ "roundness": {
1226
+ "type": 2
1227
+ },
1228
+ "seed": 921,
1229
+ "version": 1,
1230
+ "versionNonce": 921,
1231
+ "isDeleted": false,
1232
+ "boundElements": [],
1233
+ "updated": 1,
1234
+ "link": null,
1235
+ "locked": false,
1236
+ "points": [
1237
+ [
1238
+ 0,
1239
+ 0
1240
+ ],
1241
+ [
1242
+ -282,
1243
+ 0
1244
+ ]
1245
+ ],
1246
+ "lastCommittedPoint": null,
1247
+ "startBinding": null,
1248
+ "endBinding": null,
1249
+ "startArrowhead": null,
1250
+ "endArrowhead": "triangle",
1251
+ "elbowed": false,
1252
+ "index": null
1253
+ },
1254
+ {
1255
+ "id": "seq-msglabel-6",
1256
+ "type": "text",
1257
+ "x": 779.2,
1258
+ "y": 552,
1259
+ "width": 249.6,
1260
+ "height": 21,
1261
+ "angle": 0,
1262
+ "strokeColor": "#1B1F23",
1263
+ "backgroundColor": "transparent",
1264
+ "fillStyle": "solid",
1265
+ "strokeWidth": 1,
1266
+ "strokeStyle": "solid",
1267
+ "roughness": 1,
1268
+ "opacity": 100,
1269
+ "groupIds": [],
1270
+ "frameId": null,
1271
+ "roundness": null,
1272
+ "seed": 922,
1273
+ "version": 1,
1274
+ "versionNonce": 922,
1275
+ "isDeleted": false,
1276
+ "boundElements": null,
1277
+ "updated": 1,
1278
+ "link": null,
1279
+ "locked": false,
1280
+ "text": "Generated SQL + parameters",
1281
+ "fontSize": 16,
1282
+ "fontFamily": 5,
1283
+ "textAlign": "center",
1284
+ "verticalAlign": "top",
1285
+ "containerId": null,
1286
+ "originalText": "Generated SQL + parameters",
1287
+ "autoResize": true,
1288
+ "lineHeight": 1.25,
1289
+ "index": null
1290
+ },
1291
+ {
1292
+ "id": "seq-msg-7",
1293
+ "type": "arrow",
1294
+ "x": 763,
1295
+ "y": 637,
1296
+ "width": 570,
1297
+ "height": 0,
1298
+ "angle": 0,
1299
+ "strokeColor": "#1B1F23",
1300
+ "backgroundColor": "transparent",
1301
+ "fillStyle": "solid",
1302
+ "strokeWidth": 2,
1303
+ "strokeStyle": "solid",
1304
+ "roughness": 1,
1305
+ "opacity": 100,
1306
+ "groupIds": [],
1307
+ "frameId": null,
1308
+ "roundness": {
1309
+ "type": 2
1310
+ },
1311
+ "seed": 316,
1312
+ "version": 1,
1313
+ "versionNonce": 316,
1314
+ "isDeleted": false,
1315
+ "boundElements": [],
1316
+ "updated": 1,
1317
+ "link": null,
1318
+ "locked": false,
1319
+ "points": [
1320
+ [
1321
+ 0,
1322
+ 0
1323
+ ],
1324
+ [
1325
+ 570,
1326
+ 0
1327
+ ]
1328
+ ],
1329
+ "lastCommittedPoint": null,
1330
+ "startBinding": null,
1331
+ "endBinding": null,
1332
+ "startArrowhead": null,
1333
+ "endArrowhead": "triangle",
1334
+ "elbowed": false,
1335
+ "index": null
1336
+ },
1337
+ {
1338
+ "id": "seq-msglabel-7",
1339
+ "type": "text",
1340
+ "x": 908.8,
1341
+ "y": 610,
1342
+ "width": 278.4,
1343
+ "height": 21,
1344
+ "angle": 0,
1345
+ "strokeColor": "#1B1F23",
1346
+ "backgroundColor": "transparent",
1347
+ "fillStyle": "solid",
1348
+ "strokeWidth": 1,
1349
+ "strokeStyle": "solid",
1350
+ "roughness": 1,
1351
+ "opacity": 100,
1352
+ "groupIds": [],
1353
+ "frameId": null,
1354
+ "roundness": null,
1355
+ "seed": 317,
1356
+ "version": 1,
1357
+ "versionNonce": 317,
1358
+ "isDeleted": false,
1359
+ "boundElements": null,
1360
+ "updated": 1,
1361
+ "link": null,
1362
+ "locked": false,
1363
+ "text": "Provider.Create / Read / etc.",
1364
+ "fontSize": 16,
1365
+ "fontFamily": 5,
1366
+ "textAlign": "center",
1367
+ "verticalAlign": "top",
1368
+ "containerId": null,
1369
+ "originalText": "Provider.Create / Read / etc.",
1370
+ "autoResize": true,
1371
+ "lineHeight": 1.25,
1372
+ "index": null
1373
+ },
1374
+ {
1375
+ "id": "seq-msg-8",
1376
+ "type": "arrow",
1377
+ "x": 1339,
1378
+ "y": 695,
1379
+ "width": 282,
1380
+ "height": 0,
1381
+ "angle": 0,
1382
+ "strokeColor": "#1B1F23",
1383
+ "backgroundColor": "transparent",
1384
+ "fillStyle": "solid",
1385
+ "strokeWidth": 2,
1386
+ "strokeStyle": "solid",
1387
+ "roughness": 1,
1388
+ "opacity": 100,
1389
+ "groupIds": [],
1390
+ "frameId": null,
1391
+ "roundness": {
1392
+ "type": 2
1393
+ },
1394
+ "seed": 980,
1395
+ "version": 1,
1396
+ "versionNonce": 980,
1397
+ "isDeleted": false,
1398
+ "boundElements": [],
1399
+ "updated": 1,
1400
+ "link": null,
1401
+ "locked": false,
1402
+ "points": [
1403
+ [
1404
+ 0,
1405
+ 0
1406
+ ],
1407
+ [
1408
+ 282,
1409
+ 0
1410
+ ]
1411
+ ],
1412
+ "lastCommittedPoint": null,
1413
+ "startBinding": null,
1414
+ "endBinding": null,
1415
+ "startArrowhead": null,
1416
+ "endArrowhead": "triangle",
1417
+ "elbowed": false,
1418
+ "index": null
1419
+ },
1420
+ {
1421
+ "id": "seq-msglabel-8",
1422
+ "type": "text",
1423
+ "x": 1417.6,
1424
+ "y": 668,
1425
+ "width": 124.8,
1426
+ "height": 21,
1427
+ "angle": 0,
1428
+ "strokeColor": "#1B1F23",
1429
+ "backgroundColor": "transparent",
1430
+ "fillStyle": "solid",
1431
+ "strokeWidth": 1,
1432
+ "strokeStyle": "solid",
1433
+ "roughness": 1,
1434
+ "opacity": 100,
1435
+ "groupIds": [],
1436
+ "frameId": null,
1437
+ "roundness": null,
1438
+ "seed": 981,
1439
+ "version": 1,
1440
+ "versionNonce": 981,
1441
+ "isDeleted": false,
1442
+ "boundElements": null,
1443
+ "updated": 1,
1444
+ "link": null,
1445
+ "locked": false,
1446
+ "text": "Execute query",
1447
+ "fontSize": 16,
1448
+ "fontFamily": 5,
1449
+ "textAlign": "center",
1450
+ "verticalAlign": "top",
1451
+ "containerId": null,
1452
+ "originalText": "Execute query",
1453
+ "autoResize": true,
1454
+ "lineHeight": 1.25,
1455
+ "index": null
1456
+ },
1457
+ {
1458
+ "id": "seq-msg-9",
1459
+ "type": "arrow",
1460
+ "x": 1621,
1461
+ "y": 753,
1462
+ "width": -282,
1463
+ "height": 0,
1464
+ "angle": 0,
1465
+ "strokeColor": "#1B1F23",
1466
+ "backgroundColor": "transparent",
1467
+ "fillStyle": "solid",
1468
+ "strokeWidth": 2,
1469
+ "strokeStyle": "dashed",
1470
+ "roughness": 1,
1471
+ "opacity": 100,
1472
+ "groupIds": [],
1473
+ "frameId": null,
1474
+ "roundness": {
1475
+ "type": 2
1476
+ },
1477
+ "seed": 100,
1478
+ "version": 1,
1479
+ "versionNonce": 100,
1480
+ "isDeleted": false,
1481
+ "boundElements": [],
1482
+ "updated": 1,
1483
+ "link": null,
1484
+ "locked": false,
1485
+ "points": [
1486
+ [
1487
+ 0,
1488
+ 0
1489
+ ],
1490
+ [
1491
+ -282,
1492
+ 0
1493
+ ]
1494
+ ],
1495
+ "lastCommittedPoint": null,
1496
+ "startBinding": null,
1497
+ "endBinding": null,
1498
+ "startArrowhead": null,
1499
+ "endArrowhead": "triangle",
1500
+ "elbowed": false,
1501
+ "index": null
1502
+ },
1503
+ {
1504
+ "id": "seq-msglabel-9",
1505
+ "type": "text",
1506
+ "x": 1427.2,
1507
+ "y": 726,
1508
+ "width": 105.6,
1509
+ "height": 21,
1510
+ "angle": 0,
1511
+ "strokeColor": "#1B1F23",
1512
+ "backgroundColor": "transparent",
1513
+ "fillStyle": "solid",
1514
+ "strokeWidth": 1,
1515
+ "strokeStyle": "solid",
1516
+ "roughness": 1,
1517
+ "opacity": 100,
1518
+ "groupIds": [],
1519
+ "frameId": null,
1520
+ "roundness": null,
1521
+ "seed": 101,
1522
+ "version": 1,
1523
+ "versionNonce": 101,
1524
+ "isDeleted": false,
1525
+ "boundElements": null,
1526
+ "updated": 1,
1527
+ "link": null,
1528
+ "locked": false,
1529
+ "text": "Result rows",
1530
+ "fontSize": 16,
1531
+ "fontFamily": 5,
1532
+ "textAlign": "center",
1533
+ "verticalAlign": "top",
1534
+ "containerId": null,
1535
+ "originalText": "Result rows",
1536
+ "autoResize": true,
1537
+ "lineHeight": 1.25,
1538
+ "index": null
1539
+ },
1540
+ {
1541
+ "id": "seq-msg-10",
1542
+ "type": "arrow",
1543
+ "x": 1333,
1544
+ "y": 811,
1545
+ "width": -570,
1546
+ "height": 0,
1547
+ "angle": 0,
1548
+ "strokeColor": "#1B1F23",
1549
+ "backgroundColor": "transparent",
1550
+ "fillStyle": "solid",
1551
+ "strokeWidth": 2,
1552
+ "strokeStyle": "dashed",
1553
+ "roughness": 1,
1554
+ "opacity": 100,
1555
+ "groupIds": [],
1556
+ "frameId": null,
1557
+ "roundness": {
1558
+ "type": 2
1559
+ },
1560
+ "seed": 844,
1561
+ "version": 1,
1562
+ "versionNonce": 844,
1563
+ "isDeleted": false,
1564
+ "boundElements": [],
1565
+ "updated": 1,
1566
+ "link": null,
1567
+ "locked": false,
1568
+ "points": [
1569
+ [
1570
+ 0,
1571
+ 0
1572
+ ],
1573
+ [
1574
+ -570,
1575
+ 0
1576
+ ]
1577
+ ],
1578
+ "lastCommittedPoint": null,
1579
+ "startBinding": null,
1580
+ "endBinding": null,
1581
+ "startArrowhead": null,
1582
+ "endArrowhead": "triangle",
1583
+ "elbowed": false,
1584
+ "index": null
1585
+ },
1586
+ {
1587
+ "id": "seq-msglabel-10",
1588
+ "type": "text",
1589
+ "x": 942.4,
1590
+ "y": 784,
1591
+ "width": 211.2,
1592
+ "height": 21,
1593
+ "angle": 0,
1594
+ "strokeColor": "#1B1F23",
1595
+ "backgroundColor": "transparent",
1596
+ "fillStyle": "solid",
1597
+ "strokeWidth": 1,
1598
+ "strokeStyle": "solid",
1599
+ "roughness": 1,
1600
+ "opacity": 100,
1601
+ "groupIds": [],
1602
+ "frameId": null,
1603
+ "roundness": null,
1604
+ "seed": 845,
1605
+ "version": 1,
1606
+ "versionNonce": 845,
1607
+ "isDeleted": false,
1608
+ "boundElements": null,
1609
+ "updated": 1,
1610
+ "link": null,
1611
+ "locked": false,
1612
+ "text": "Result on query object",
1613
+ "fontSize": 16,
1614
+ "fontFamily": 5,
1615
+ "textAlign": "center",
1616
+ "verticalAlign": "top",
1617
+ "containerId": null,
1618
+ "originalText": "Result on query object",
1619
+ "autoResize": true,
1620
+ "lineHeight": 1.25,
1621
+ "index": null
1622
+ },
1623
+ {
1624
+ "id": "seq-msg-11",
1625
+ "type": "arrow",
1626
+ "x": 760,
1627
+ "y": 869,
1628
+ "width": 46,
1629
+ "height": 44,
1630
+ "angle": 0,
1631
+ "strokeColor": "#1B1F23",
1632
+ "backgroundColor": "transparent",
1633
+ "fillStyle": "solid",
1634
+ "strokeWidth": 2,
1635
+ "strokeStyle": "solid",
1636
+ "roughness": 1,
1637
+ "opacity": 100,
1638
+ "groupIds": [],
1639
+ "frameId": null,
1640
+ "roundness": {
1641
+ "type": 2
1642
+ },
1643
+ "seed": 213,
1644
+ "version": 1,
1645
+ "versionNonce": 213,
1646
+ "isDeleted": false,
1647
+ "boundElements": [],
1648
+ "updated": 1,
1649
+ "link": null,
1650
+ "locked": false,
1651
+ "points": [
1652
+ [
1653
+ 0,
1654
+ 0
1655
+ ],
1656
+ [
1657
+ 46,
1658
+ 0
1659
+ ],
1660
+ [
1661
+ 46,
1662
+ 44
1663
+ ],
1664
+ [
1665
+ 0,
1666
+ 44
1667
+ ]
1668
+ ],
1669
+ "lastCommittedPoint": null,
1670
+ "startBinding": null,
1671
+ "endBinding": null,
1672
+ "startArrowhead": null,
1673
+ "endArrowhead": "triangle",
1674
+ "elbowed": false,
1675
+ "index": null
1676
+ },
1677
+ {
1678
+ "id": "seq-msglabel-11",
1679
+ "type": "text",
1680
+ "x": 816,
1681
+ "y": 880.5,
1682
+ "width": 307.2,
1683
+ "height": 21,
1684
+ "angle": 0,
1685
+ "strokeColor": "#1B1F23",
1686
+ "backgroundColor": "transparent",
1687
+ "fillStyle": "solid",
1688
+ "strokeWidth": 1,
1689
+ "strokeStyle": "solid",
1690
+ "roughness": 1,
1691
+ "opacity": 100,
1692
+ "groupIds": [],
1693
+ "frameId": null,
1694
+ "roundness": null,
1695
+ "seed": 214,
1696
+ "version": 1,
1697
+ "versionNonce": 214,
1698
+ "isDeleted": false,
1699
+ "boundElements": null,
1700
+ "updated": 1,
1701
+ "link": null,
1702
+ "locked": false,
1703
+ "text": "Marshal records (source to POJO)",
1704
+ "fontSize": 16,
1705
+ "fontFamily": 5,
1706
+ "textAlign": "left",
1707
+ "verticalAlign": "top",
1708
+ "containerId": null,
1709
+ "originalText": "Marshal records (source to POJO)",
1710
+ "autoResize": true,
1711
+ "lineHeight": 1.25,
1712
+ "index": null
1713
+ },
1714
+ {
1715
+ "id": "seq-msg-12",
1716
+ "type": "arrow",
1717
+ "x": 757,
1718
+ "y": 979,
1719
+ "width": -570,
1720
+ "height": 0,
1721
+ "angle": 0,
1722
+ "strokeColor": "#1B1F23",
1723
+ "backgroundColor": "transparent",
1724
+ "fillStyle": "solid",
1725
+ "strokeWidth": 2,
1726
+ "strokeStyle": "dashed",
1727
+ "roughness": 1,
1728
+ "opacity": 100,
1729
+ "groupIds": [],
1730
+ "frameId": null,
1731
+ "roundness": {
1732
+ "type": 2
1733
+ },
1734
+ "seed": 668,
1735
+ "version": 1,
1736
+ "versionNonce": 668,
1737
+ "isDeleted": false,
1738
+ "boundElements": [],
1739
+ "updated": 1,
1740
+ "link": null,
1741
+ "locked": false,
1742
+ "points": [
1743
+ [
1744
+ 0,
1745
+ 0
1746
+ ],
1747
+ [
1748
+ -570,
1749
+ 0
1750
+ ]
1751
+ ],
1752
+ "lastCommittedPoint": null,
1753
+ "startBinding": null,
1754
+ "endBinding": null,
1755
+ "startArrowhead": null,
1756
+ "endArrowhead": "triangle",
1757
+ "elbowed": false,
1758
+ "index": null
1759
+ },
1760
+ {
1761
+ "id": "seq-msglabel-12",
1762
+ "type": "text",
1763
+ "x": 308.8,
1764
+ "y": 952,
1765
+ "width": 326.4,
1766
+ "height": 21,
1767
+ "angle": 0,
1768
+ "strokeColor": "#1B1F23",
1769
+ "backgroundColor": "transparent",
1770
+ "fillStyle": "solid",
1771
+ "strokeWidth": 1,
1772
+ "strokeStyle": "solid",
1773
+ "roughness": 1,
1774
+ "opacity": 100,
1775
+ "groupIds": [],
1776
+ "frameId": null,
1777
+ "roundness": null,
1778
+ "seed": 669,
1779
+ "version": 1,
1780
+ "versionNonce": 669,
1781
+ "isDeleted": false,
1782
+ "boundElements": null,
1783
+ "updated": 1,
1784
+ "link": null,
1785
+ "locked": false,
1786
+ "text": "Callback (pError, pQuery, pRecord)",
1787
+ "fontSize": 16,
1788
+ "fontFamily": 5,
1789
+ "textAlign": "center",
1790
+ "verticalAlign": "top",
1791
+ "containerId": null,
1792
+ "originalText": "Callback (pError, pQuery, pRecord)",
1793
+ "autoResize": true,
1794
+ "lineHeight": 1.25,
1795
+ "index": null
1796
+ }
1797
+ ],
1798
+ "appState": {
1799
+ "viewBackgroundColor": "#FBF7EE",
1800
+ "theme": "light",
1801
+ "gridSize": null,
1802
+ "exportBackground": true,
1803
+ "exportEmbedScene": true,
1804
+ "exportScale": 1,
1805
+ "currentItemFontFamily": 5
1806
+ },
1807
+ "files": {}
1808
+ }