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,665 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-renderer-graph/filetree",
5
+ "elements": [
6
+ {
7
+ "id": "ft-node-628",
8
+ "type": "ellipse",
9
+ "x": 24,
10
+ "y": 30,
11
+ "width": 8,
12
+ "height": 8,
13
+ "angle": 0,
14
+ "strokeColor": "#C9602F",
15
+ "backgroundColor": "#C9602F",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1.4,
18
+ "strokeStyle": "solid",
19
+ "roughness": 0,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": null,
24
+ "seed": 628,
25
+ "version": 1,
26
+ "versionNonce": 628,
27
+ "isDeleted": false,
28
+ "boundElements": [],
29
+ "updated": 1,
30
+ "link": null,
31
+ "locked": false,
32
+ "index": null
33
+ },
34
+ {
35
+ "id": "ft-name-0",
36
+ "type": "text",
37
+ "x": 47,
38
+ "y": 21,
39
+ "width": 229,
40
+ "height": 28,
41
+ "angle": 0,
42
+ "strokeColor": "#C9602F",
43
+ "backgroundColor": "transparent",
44
+ "fillStyle": "solid",
45
+ "strokeWidth": 1,
46
+ "strokeStyle": "solid",
47
+ "roughness": 1,
48
+ "opacity": 100,
49
+ "groupIds": [],
50
+ "frameId": null,
51
+ "roundness": null,
52
+ "seed": 529,
53
+ "version": 1,
54
+ "versionNonce": 529,
55
+ "isDeleted": false,
56
+ "boundElements": null,
57
+ "updated": 1,
58
+ "link": null,
59
+ "locked": false,
60
+ "text": "1. Build Read Query",
61
+ "fontSize": 20,
62
+ "fontFamily": 5,
63
+ "textAlign": "left",
64
+ "verticalAlign": "top",
65
+ "containerId": null,
66
+ "originalText": "1. Build Read Query",
67
+ "autoResize": true,
68
+ "lineHeight": 1.25,
69
+ "index": null
70
+ },
71
+ {
72
+ "id": "ft-elb-v-1",
73
+ "type": "line",
74
+ "x": 28,
75
+ "y": 51,
76
+ "width": 0,
77
+ "height": 18,
78
+ "angle": 0,
79
+ "strokeColor": "#8A7F72",
80
+ "backgroundColor": "transparent",
81
+ "fillStyle": "hachure",
82
+ "strokeWidth": 1.3,
83
+ "strokeStyle": "solid",
84
+ "roughness": 0.5,
85
+ "opacity": 100,
86
+ "groupIds": [],
87
+ "frameId": null,
88
+ "roundness": null,
89
+ "seed": 458,
90
+ "version": 1,
91
+ "versionNonce": 458,
92
+ "isDeleted": false,
93
+ "boundElements": [],
94
+ "updated": 1,
95
+ "link": null,
96
+ "locked": false,
97
+ "index": null,
98
+ "points": [
99
+ [
100
+ 0,
101
+ 0
102
+ ],
103
+ [
104
+ 0,
105
+ 18
106
+ ]
107
+ ],
108
+ "lastCommittedPoint": null,
109
+ "startBinding": null,
110
+ "endBinding": null,
111
+ "startArrowhead": null,
112
+ "endArrowhead": null
113
+ },
114
+ {
115
+ "id": "ft-elb-h-1",
116
+ "type": "line",
117
+ "x": 28,
118
+ "y": 69,
119
+ "width": 16,
120
+ "height": 0,
121
+ "angle": 0,
122
+ "strokeColor": "#8A7F72",
123
+ "backgroundColor": "transparent",
124
+ "fillStyle": "hachure",
125
+ "strokeWidth": 1.3,
126
+ "strokeStyle": "solid",
127
+ "roughness": 0.5,
128
+ "opacity": 100,
129
+ "groupIds": [],
130
+ "frameId": null,
131
+ "roundness": null,
132
+ "seed": 459,
133
+ "version": 1,
134
+ "versionNonce": 459,
135
+ "isDeleted": false,
136
+ "boundElements": [],
137
+ "updated": 1,
138
+ "link": null,
139
+ "locked": false,
140
+ "index": null,
141
+ "points": [
142
+ [
143
+ 0,
144
+ 0
145
+ ],
146
+ [
147
+ 16,
148
+ 0
149
+ ]
150
+ ],
151
+ "lastCommittedPoint": null,
152
+ "startBinding": null,
153
+ "endBinding": null,
154
+ "startArrowhead": null,
155
+ "endArrowhead": null
156
+ },
157
+ {
158
+ "id": "ft-node-548",
159
+ "type": "ellipse",
160
+ "x": 54,
161
+ "y": 65,
162
+ "width": 8,
163
+ "height": 8,
164
+ "angle": 0,
165
+ "strokeColor": "#8A7F72",
166
+ "backgroundColor": "#8A7F72",
167
+ "fillStyle": "solid",
168
+ "strokeWidth": 1.4,
169
+ "strokeStyle": "solid",
170
+ "roughness": 0,
171
+ "opacity": 100,
172
+ "groupIds": [],
173
+ "frameId": null,
174
+ "roundness": null,
175
+ "seed": 548,
176
+ "version": 1,
177
+ "versionNonce": 548,
178
+ "isDeleted": false,
179
+ "boundElements": [],
180
+ "updated": 1,
181
+ "link": null,
182
+ "locked": false,
183
+ "index": null
184
+ },
185
+ {
186
+ "id": "ft-name-1",
187
+ "type": "text",
188
+ "x": 77,
189
+ "y": 56,
190
+ "width": 554,
191
+ "height": 28,
192
+ "angle": 0,
193
+ "strokeColor": "#1B1F23",
194
+ "backgroundColor": "transparent",
195
+ "fillStyle": "solid",
196
+ "strokeWidth": 1,
197
+ "strokeStyle": "solid",
198
+ "roughness": 1,
199
+ "opacity": 100,
200
+ "groupIds": [],
201
+ "frameId": null,
202
+ "roundness": null,
203
+ "seed": 449,
204
+ "version": 1,
205
+ "versionNonce": 449,
206
+ "isDeleted": false,
207
+ "boundElements": null,
208
+ "updated": 1,
209
+ "link": null,
210
+ "locked": false,
211
+ "text": "Apply filters, set dialect, generate SELECT SQL",
212
+ "fontSize": 20,
213
+ "fontFamily": 5,
214
+ "textAlign": "left",
215
+ "verticalAlign": "top",
216
+ "containerId": null,
217
+ "originalText": "Apply filters, set dialect, generate SELECT SQL",
218
+ "autoResize": true,
219
+ "lineHeight": 1.25,
220
+ "index": null
221
+ },
222
+ {
223
+ "id": "ft-node-352",
224
+ "type": "ellipse",
225
+ "x": 24,
226
+ "y": 100,
227
+ "width": 8,
228
+ "height": 8,
229
+ "angle": 0,
230
+ "strokeColor": "#C9602F",
231
+ "backgroundColor": "#C9602F",
232
+ "fillStyle": "solid",
233
+ "strokeWidth": 1.4,
234
+ "strokeStyle": "solid",
235
+ "roughness": 0,
236
+ "opacity": 100,
237
+ "groupIds": [],
238
+ "frameId": null,
239
+ "roundness": null,
240
+ "seed": 352,
241
+ "version": 1,
242
+ "versionNonce": 352,
243
+ "isDeleted": false,
244
+ "boundElements": [],
245
+ "updated": 1,
246
+ "link": null,
247
+ "locked": false,
248
+ "index": null
249
+ },
250
+ {
251
+ "id": "ft-name-2",
252
+ "type": "text",
253
+ "x": 47,
254
+ "y": 91,
255
+ "width": 275,
256
+ "height": 28,
257
+ "angle": 0,
258
+ "strokeColor": "#C9602F",
259
+ "backgroundColor": "transparent",
260
+ "fillStyle": "solid",
261
+ "strokeWidth": 1,
262
+ "strokeStyle": "solid",
263
+ "roughness": 1,
264
+ "opacity": 100,
265
+ "groupIds": [],
266
+ "frameId": null,
267
+ "roundness": null,
268
+ "seed": 253,
269
+ "version": 1,
270
+ "versionNonce": 253,
271
+ "isDeleted": false,
272
+ "boundElements": null,
273
+ "updated": 1,
274
+ "link": null,
275
+ "locked": false,
276
+ "text": "2. Execute via Provider",
277
+ "fontSize": 20,
278
+ "fontFamily": 5,
279
+ "textAlign": "left",
280
+ "verticalAlign": "top",
281
+ "containerId": null,
282
+ "originalText": "2. Execute via Provider",
283
+ "autoResize": true,
284
+ "lineHeight": 1.25,
285
+ "index": null
286
+ },
287
+ {
288
+ "id": "ft-elb-v-3",
289
+ "type": "line",
290
+ "x": 28,
291
+ "y": 121,
292
+ "width": 0,
293
+ "height": 18,
294
+ "angle": 0,
295
+ "strokeColor": "#8A7F72",
296
+ "backgroundColor": "transparent",
297
+ "fillStyle": "hachure",
298
+ "strokeWidth": 1.3,
299
+ "strokeStyle": "solid",
300
+ "roughness": 0.5,
301
+ "opacity": 100,
302
+ "groupIds": [],
303
+ "frameId": null,
304
+ "roundness": null,
305
+ "seed": 958,
306
+ "version": 1,
307
+ "versionNonce": 958,
308
+ "isDeleted": false,
309
+ "boundElements": [],
310
+ "updated": 1,
311
+ "link": null,
312
+ "locked": false,
313
+ "index": null,
314
+ "points": [
315
+ [
316
+ 0,
317
+ 0
318
+ ],
319
+ [
320
+ 0,
321
+ 18
322
+ ]
323
+ ],
324
+ "lastCommittedPoint": null,
325
+ "startBinding": null,
326
+ "endBinding": null,
327
+ "startArrowhead": null,
328
+ "endArrowhead": null
329
+ },
330
+ {
331
+ "id": "ft-elb-h-3",
332
+ "type": "line",
333
+ "x": 28,
334
+ "y": 139,
335
+ "width": 16,
336
+ "height": 0,
337
+ "angle": 0,
338
+ "strokeColor": "#8A7F72",
339
+ "backgroundColor": "transparent",
340
+ "fillStyle": "hachure",
341
+ "strokeWidth": 1.3,
342
+ "strokeStyle": "solid",
343
+ "roughness": 0.5,
344
+ "opacity": 100,
345
+ "groupIds": [],
346
+ "frameId": null,
347
+ "roundness": null,
348
+ "seed": 959,
349
+ "version": 1,
350
+ "versionNonce": 959,
351
+ "isDeleted": false,
352
+ "boundElements": [],
353
+ "updated": 1,
354
+ "link": null,
355
+ "locked": false,
356
+ "index": null,
357
+ "points": [
358
+ [
359
+ 0,
360
+ 0
361
+ ],
362
+ [
363
+ 16,
364
+ 0
365
+ ]
366
+ ],
367
+ "lastCommittedPoint": null,
368
+ "startBinding": null,
369
+ "endBinding": null,
370
+ "startArrowhead": null,
371
+ "endArrowhead": null
372
+ },
373
+ {
374
+ "id": "ft-node-1048",
375
+ "type": "ellipse",
376
+ "x": 54,
377
+ "y": 135,
378
+ "width": 8,
379
+ "height": 8,
380
+ "angle": 0,
381
+ "strokeColor": "#8A7F72",
382
+ "backgroundColor": "#8A7F72",
383
+ "fillStyle": "solid",
384
+ "strokeWidth": 1.4,
385
+ "strokeStyle": "solid",
386
+ "roughness": 0,
387
+ "opacity": 100,
388
+ "groupIds": [],
389
+ "frameId": null,
390
+ "roundness": null,
391
+ "seed": 1048,
392
+ "version": 1,
393
+ "versionNonce": 1048,
394
+ "isDeleted": false,
395
+ "boundElements": [],
396
+ "updated": 1,
397
+ "link": null,
398
+ "locked": false,
399
+ "index": null
400
+ },
401
+ {
402
+ "id": "ft-name-3",
403
+ "type": "text",
404
+ "x": 77,
405
+ "y": 126,
406
+ "width": 310,
407
+ "height": 28,
408
+ "angle": 0,
409
+ "strokeColor": "#1B1F23",
410
+ "backgroundColor": "transparent",
411
+ "fillStyle": "solid",
412
+ "strokeWidth": 1,
413
+ "strokeStyle": "solid",
414
+ "roughness": 1,
415
+ "opacity": 100,
416
+ "groupIds": [],
417
+ "frameId": null,
418
+ "roundness": null,
419
+ "seed": 949,
420
+ "version": 1,
421
+ "versionNonce": 949,
422
+ "isDeleted": false,
423
+ "boundElements": null,
424
+ "updated": 1,
425
+ "link": null,
426
+ "locked": false,
427
+ "text": "Run query against database",
428
+ "fontSize": 20,
429
+ "fontFamily": 5,
430
+ "textAlign": "left",
431
+ "verticalAlign": "top",
432
+ "containerId": null,
433
+ "originalText": "Run query against database",
434
+ "autoResize": true,
435
+ "lineHeight": 1.25,
436
+ "index": null
437
+ },
438
+ {
439
+ "id": "ft-node-880",
440
+ "type": "ellipse",
441
+ "x": 24,
442
+ "y": 170,
443
+ "width": 8,
444
+ "height": 8,
445
+ "angle": 0,
446
+ "strokeColor": "#C9602F",
447
+ "backgroundColor": "#C9602F",
448
+ "fillStyle": "solid",
449
+ "strokeWidth": 1.4,
450
+ "strokeStyle": "solid",
451
+ "roughness": 0,
452
+ "opacity": 100,
453
+ "groupIds": [],
454
+ "frameId": null,
455
+ "roundness": null,
456
+ "seed": 880,
457
+ "version": 1,
458
+ "versionNonce": 880,
459
+ "isDeleted": false,
460
+ "boundElements": [],
461
+ "updated": 1,
462
+ "link": null,
463
+ "locked": false,
464
+ "index": null
465
+ },
466
+ {
467
+ "id": "ft-name-4",
468
+ "type": "text",
469
+ "x": 47,
470
+ "y": 161,
471
+ "width": 206,
472
+ "height": 28,
473
+ "angle": 0,
474
+ "strokeColor": "#C9602F",
475
+ "backgroundColor": "transparent",
476
+ "fillStyle": "solid",
477
+ "strokeWidth": 1,
478
+ "strokeStyle": "solid",
479
+ "roughness": 1,
480
+ "opacity": 100,
481
+ "groupIds": [],
482
+ "frameId": null,
483
+ "roundness": null,
484
+ "seed": 781,
485
+ "version": 1,
486
+ "versionNonce": 781,
487
+ "isDeleted": false,
488
+ "boundElements": null,
489
+ "updated": 1,
490
+ "link": null,
491
+ "locked": false,
492
+ "text": "3. Marshal Record",
493
+ "fontSize": 20,
494
+ "fontFamily": 5,
495
+ "textAlign": "left",
496
+ "verticalAlign": "top",
497
+ "containerId": null,
498
+ "originalText": "3. Marshal Record",
499
+ "autoResize": true,
500
+ "lineHeight": 1.25,
501
+ "index": null
502
+ },
503
+ {
504
+ "id": "ft-elb-v-5",
505
+ "type": "line",
506
+ "x": 28,
507
+ "y": 191,
508
+ "width": 0,
509
+ "height": 18,
510
+ "angle": 0,
511
+ "strokeColor": "#8A7F72",
512
+ "backgroundColor": "transparent",
513
+ "fillStyle": "hachure",
514
+ "strokeWidth": 1.3,
515
+ "strokeStyle": "solid",
516
+ "roughness": 0.5,
517
+ "opacity": 100,
518
+ "groupIds": [],
519
+ "frameId": null,
520
+ "roundness": null,
521
+ "seed": 974,
522
+ "version": 1,
523
+ "versionNonce": 974,
524
+ "isDeleted": false,
525
+ "boundElements": [],
526
+ "updated": 1,
527
+ "link": null,
528
+ "locked": false,
529
+ "index": null,
530
+ "points": [
531
+ [
532
+ 0,
533
+ 0
534
+ ],
535
+ [
536
+ 0,
537
+ 18
538
+ ]
539
+ ],
540
+ "lastCommittedPoint": null,
541
+ "startBinding": null,
542
+ "endBinding": null,
543
+ "startArrowhead": null,
544
+ "endArrowhead": null
545
+ },
546
+ {
547
+ "id": "ft-elb-h-5",
548
+ "type": "line",
549
+ "x": 28,
550
+ "y": 209,
551
+ "width": 16,
552
+ "height": 0,
553
+ "angle": 0,
554
+ "strokeColor": "#8A7F72",
555
+ "backgroundColor": "transparent",
556
+ "fillStyle": "hachure",
557
+ "strokeWidth": 1.3,
558
+ "strokeStyle": "solid",
559
+ "roughness": 0.5,
560
+ "opacity": 100,
561
+ "groupIds": [],
562
+ "frameId": null,
563
+ "roundness": null,
564
+ "seed": 975,
565
+ "version": 1,
566
+ "versionNonce": 975,
567
+ "isDeleted": false,
568
+ "boundElements": [],
569
+ "updated": 1,
570
+ "link": null,
571
+ "locked": false,
572
+ "index": null,
573
+ "points": [
574
+ [
575
+ 0,
576
+ 0
577
+ ],
578
+ [
579
+ 16,
580
+ 0
581
+ ]
582
+ ],
583
+ "lastCommittedPoint": null,
584
+ "startBinding": null,
585
+ "endBinding": null,
586
+ "startArrowhead": null,
587
+ "endArrowhead": null
588
+ },
589
+ {
590
+ "id": "ft-node-1064",
591
+ "type": "ellipse",
592
+ "x": 54,
593
+ "y": 205,
594
+ "width": 8,
595
+ "height": 8,
596
+ "angle": 0,
597
+ "strokeColor": "#8A7F72",
598
+ "backgroundColor": "#8A7F72",
599
+ "fillStyle": "solid",
600
+ "strokeWidth": 1.4,
601
+ "strokeStyle": "solid",
602
+ "roughness": 0,
603
+ "opacity": 100,
604
+ "groupIds": [],
605
+ "frameId": null,
606
+ "roundness": null,
607
+ "seed": 1064,
608
+ "version": 1,
609
+ "versionNonce": 1064,
610
+ "isDeleted": false,
611
+ "boundElements": [],
612
+ "updated": 1,
613
+ "link": null,
614
+ "locked": false,
615
+ "index": null
616
+ },
617
+ {
618
+ "id": "ft-name-5",
619
+ "type": "text",
620
+ "x": 77,
621
+ "y": 196,
622
+ "width": 739,
623
+ "height": 28,
624
+ "angle": 0,
625
+ "strokeColor": "#1B1F23",
626
+ "backgroundColor": "transparent",
627
+ "fillStyle": "solid",
628
+ "strokeWidth": 1,
629
+ "strokeStyle": "solid",
630
+ "roughness": 1,
631
+ "opacity": 100,
632
+ "groupIds": [],
633
+ "frameId": null,
634
+ "roundness": null,
635
+ "seed": 965,
636
+ "version": 1,
637
+ "versionNonce": 965,
638
+ "isDeleted": false,
639
+ "boundElements": null,
640
+ "updated": 1,
641
+ "link": null,
642
+ "locked": false,
643
+ "text": "Convert DB row to plain JavaScript object using schema defaults",
644
+ "fontSize": 20,
645
+ "fontFamily": 5,
646
+ "textAlign": "left",
647
+ "verticalAlign": "top",
648
+ "containerId": null,
649
+ "originalText": "Convert DB row to plain JavaScript object using schema defaults",
650
+ "autoResize": true,
651
+ "lineHeight": 1.25,
652
+ "index": null
653
+ }
654
+ ],
655
+ "appState": {
656
+ "viewBackgroundColor": "#FBF7EE",
657
+ "theme": "light",
658
+ "gridSize": null,
659
+ "exportBackground": true,
660
+ "exportEmbedScene": true,
661
+ "exportScale": 1,
662
+ "currentItemFontFamily": 5
663
+ },
664
+ "files": {}
665
+ }
@@ -0,0 +1,6 @@
1
+ 1. Build Read Query
2
+ └── Apply filters, set dialect, generate SELECT SQL
3
+ 2. Execute via Provider
4
+ └── Run query against database
5
+ 3. Marshal Record
6
+ └── Convert DB row to plain JavaScript object using schema defaults