@velarscript-labs/sqlite 0.2.2 → 0.3.1

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.
@@ -9,6 +9,40 @@
9
9
  {
10
10
  "tag": "map",
11
11
  "value": [
12
+ [
13
+ "SqliteJournalMode",
14
+ {
15
+ "tag": "object",
16
+ "value": [
17
+ [
18
+ "kind",
19
+ "enumObject"
20
+ ],
21
+ [
22
+ "name",
23
+ "SqliteJournalMode"
24
+ ],
25
+ [
26
+ "identity",
27
+ "package:@velarscript-labs/sqlite@0.3.1/src/index.vel#enum:SqliteJournalMode"
28
+ ],
29
+ [
30
+ "members",
31
+ {
32
+ "tag": "set",
33
+ "value": [
34
+ "delete",
35
+ "truncate",
36
+ "persist",
37
+ "memory",
38
+ "wal",
39
+ "off"
40
+ ]
41
+ }
42
+ ]
43
+ ]
44
+ }
45
+ ],
12
46
  [
13
47
  "SqliteOptions",
14
48
  {
@@ -37,7 +71,7 @@
37
71
  ],
38
72
  [
39
73
  "identity",
40
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#type:SqliteOptions"
74
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#type:SqliteOptions"
41
75
  ]
42
76
  ]
43
77
  }
@@ -60,7 +94,7 @@
60
94
  ],
61
95
  [
62
96
  "identity",
63
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError"
97
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError"
64
98
  ]
65
99
  ]
66
100
  }
@@ -80,7 +114,7 @@
80
114
  ],
81
115
  [
82
116
  "identity",
83
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteBackpressureError"
117
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteBackpressureError"
84
118
  ]
85
119
  ]
86
120
  }
@@ -100,7 +134,135 @@
100
134
  ],
101
135
  [
102
136
  "identity",
103
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConcurrencyError"
137
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConcurrencyError"
138
+ ]
139
+ ]
140
+ }
141
+ ],
142
+ [
143
+ "sqliteLiteral",
144
+ {
145
+ "tag": "object",
146
+ "value": [
147
+ [
148
+ "kind",
149
+ "function"
150
+ ],
151
+ [
152
+ "parameters",
153
+ {
154
+ "tag": "array",
155
+ "value": [
156
+ {
157
+ "tag": "object",
158
+ "value": [
159
+ [
160
+ "kind",
161
+ "unknown"
162
+ ],
163
+ [
164
+ "boundary",
165
+ true
166
+ ]
167
+ ]
168
+ }
169
+ ]
170
+ }
171
+ ],
172
+ [
173
+ "parameterNames",
174
+ {
175
+ "tag": "array",
176
+ "value": [
177
+ "value"
178
+ ]
179
+ }
180
+ ],
181
+ [
182
+ "requiredParameters",
183
+ 1
184
+ ],
185
+ [
186
+ "result",
187
+ {
188
+ "tag": "object",
189
+ "value": [
190
+ [
191
+ "kind",
192
+ "class"
193
+ ],
194
+ [
195
+ "name",
196
+ "ComposedDatabaseStatement"
197
+ ],
198
+ [
199
+ "identity",
200
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
201
+ ]
202
+ ]
203
+ }
204
+ ]
205
+ ]
206
+ }
207
+ ],
208
+ [
209
+ "sqliteIdentifier",
210
+ {
211
+ "tag": "object",
212
+ "value": [
213
+ [
214
+ "kind",
215
+ "function"
216
+ ],
217
+ [
218
+ "parameters",
219
+ {
220
+ "tag": "array",
221
+ "value": [
222
+ {
223
+ "tag": "object",
224
+ "value": [
225
+ [
226
+ "kind",
227
+ "string"
228
+ ]
229
+ ]
230
+ }
231
+ ]
232
+ }
233
+ ],
234
+ [
235
+ "parameterNames",
236
+ {
237
+ "tag": "array",
238
+ "value": [
239
+ "value"
240
+ ]
241
+ }
242
+ ],
243
+ [
244
+ "requiredParameters",
245
+ 1
246
+ ],
247
+ [
248
+ "result",
249
+ {
250
+ "tag": "object",
251
+ "value": [
252
+ [
253
+ "kind",
254
+ "class"
255
+ ],
256
+ [
257
+ "name",
258
+ "ComposedDatabaseStatement"
259
+ ],
260
+ [
261
+ "identity",
262
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
263
+ ]
264
+ ]
265
+ }
104
266
  ]
105
267
  ]
106
268
  }
@@ -120,7 +282,7 @@
120
282
  ],
121
283
  [
122
284
  "identity",
123
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteTransaction"
285
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteTransaction"
124
286
  ]
125
287
  ]
126
288
  }
@@ -140,7 +302,7 @@
140
302
  ],
141
303
  [
142
304
  "identity",
143
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConnection"
305
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConnection"
144
306
  ]
145
307
  ]
146
308
  }
@@ -181,7 +343,7 @@
181
343
  ],
182
344
  [
183
345
  "identity",
184
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#type:SqliteOptions"
346
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#type:SqliteOptions"
185
347
  ]
186
348
  ]
187
349
  }
@@ -226,7 +388,7 @@
226
388
  ],
227
389
  [
228
390
  "identity",
229
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConnection"
391
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConnection"
230
392
  ]
231
393
  ]
232
394
  }
@@ -245,6 +407,8 @@
245
407
  {
246
408
  "tag": "set",
247
409
  "value": [
410
+ "sqliteLiteral",
411
+ "sqliteIdentifier",
248
412
  "openSqlite"
249
413
  ]
250
414
  }
@@ -375,17 +539,9 @@
375
539
  ]
376
540
  ]
377
541
  }
378
- ]
379
- ]
380
- }
381
- ],
382
- [
383
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#type:SqliteOptions",
384
- {
385
- "tag": "map",
386
- "value": [
542
+ ],
387
543
  [
388
- "busyTimeoutMilliseconds",
544
+ "statementCacheCapacity",
389
545
  {
390
546
  "tag": "object",
391
547
  "value": [
@@ -409,7 +565,7 @@
409
565
  }
410
566
  ],
411
567
  [
412
- "queueCapacity",
568
+ "journalMode",
413
569
  {
414
570
  "tag": "object",
415
571
  "value": [
@@ -424,7 +580,15 @@
424
580
  "value": [
425
581
  [
426
582
  "kind",
427
- "number"
583
+ "enum"
584
+ ],
585
+ [
586
+ "name",
587
+ "SqliteJournalMode"
588
+ ],
589
+ [
590
+ "identity",
591
+ "package:@velarscript-labs/sqlite@0.3.1/src/index.vel#enum:SqliteJournalMode"
428
592
  ]
429
593
  ]
430
594
  }
@@ -433,7 +597,7 @@
433
597
  }
434
598
  ],
435
599
  [
436
- "maxRows",
600
+ "readOnly",
437
601
  {
438
602
  "tag": "object",
439
603
  "value": [
@@ -448,16 +612,24 @@
448
612
  "value": [
449
613
  [
450
614
  "kind",
451
- "number"
615
+ "bool"
452
616
  ]
453
617
  ]
454
618
  }
455
619
  ]
456
620
  ]
457
621
  }
458
- ],
622
+ ]
623
+ ]
624
+ }
625
+ ],
626
+ [
627
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#type:SqliteOptions",
628
+ {
629
+ "tag": "map",
630
+ "value": [
459
631
  [
460
- "maxResultBytes",
632
+ "busyTimeoutMilliseconds",
461
633
  {
462
634
  "tag": "object",
463
635
  "value": [
@@ -479,100 +651,24 @@
479
651
  ]
480
652
  ]
481
653
  }
482
- ]
483
- ]
484
- }
485
- ],
486
- [
487
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor",
488
- {
489
- "tag": "map",
490
- "value": [
654
+ ],
491
655
  [
492
- "execute",
656
+ "queueCapacity",
493
657
  {
494
658
  "tag": "object",
495
659
  "value": [
496
660
  [
497
661
  "kind",
498
- "function"
499
- ],
500
- [
501
- "parameters",
502
- {
503
- "tag": "array",
504
- "value": [
505
- {
506
- "tag": "object",
507
- "value": [
508
- [
509
- "kind",
510
- "string"
511
- ]
512
- ]
513
- },
514
- {
515
- "tag": "object",
516
- "value": [
517
- [
518
- "kind",
519
- "list"
520
- ],
521
- [
522
- "element",
523
- {
524
- "tag": "object",
525
- "value": [
526
- [
527
- "kind",
528
- "unknown"
529
- ],
530
- [
531
- "boundary",
532
- true
533
- ]
534
- ]
535
- }
536
- ]
537
- ]
538
- }
539
- ]
540
- }
541
- ],
542
- [
543
- "parameterNames",
544
- {
545
- "tag": "array",
546
- "value": [
547
- "text",
548
- "parameters"
549
- ]
550
- }
551
- ],
552
- [
553
- "requiredParameters",
554
- 2
662
+ "optional"
555
663
  ],
556
664
  [
557
- "result",
665
+ "inner",
558
666
  {
559
667
  "tag": "object",
560
668
  "value": [
561
669
  [
562
670
  "kind",
563
- "promise"
564
- ],
565
- [
566
- "value",
567
- {
568
- "tag": "object",
569
- "value": [
570
- [
571
- "kind",
572
- "number"
573
- ]
574
- ]
575
- }
671
+ "number"
576
672
  ]
577
673
  ]
578
674
  }
@@ -581,50 +677,351 @@
581
677
  }
582
678
  ],
583
679
  [
584
- "one",
680
+ "maxRows",
585
681
  {
586
682
  "tag": "object",
587
683
  "value": [
588
684
  [
589
685
  "kind",
590
- "function"
686
+ "optional"
591
687
  ],
592
688
  [
593
- "parameters",
689
+ "inner",
594
690
  {
595
- "tag": "array",
691
+ "tag": "object",
692
+ "value": [
693
+ [
694
+ "kind",
695
+ "number"
696
+ ]
697
+ ]
698
+ }
699
+ ]
700
+ ]
701
+ }
702
+ ],
703
+ [
704
+ "maxResultBytes",
705
+ {
706
+ "tag": "object",
707
+ "value": [
708
+ [
709
+ "kind",
710
+ "optional"
711
+ ],
712
+ [
713
+ "inner",
714
+ {
715
+ "tag": "object",
716
+ "value": [
717
+ [
718
+ "kind",
719
+ "number"
720
+ ]
721
+ ]
722
+ }
723
+ ]
724
+ ]
725
+ }
726
+ ],
727
+ [
728
+ "statementCacheCapacity",
729
+ {
730
+ "tag": "object",
731
+ "value": [
732
+ [
733
+ "kind",
734
+ "optional"
735
+ ],
736
+ [
737
+ "inner",
738
+ {
739
+ "tag": "object",
740
+ "value": [
741
+ [
742
+ "kind",
743
+ "number"
744
+ ]
745
+ ]
746
+ }
747
+ ]
748
+ ]
749
+ }
750
+ ],
751
+ [
752
+ "journalMode",
753
+ {
754
+ "tag": "object",
755
+ "value": [
756
+ [
757
+ "kind",
758
+ "optional"
759
+ ],
760
+ [
761
+ "inner",
762
+ {
763
+ "tag": "object",
764
+ "value": [
765
+ [
766
+ "kind",
767
+ "enum"
768
+ ],
769
+ [
770
+ "name",
771
+ "SqliteJournalMode"
772
+ ],
773
+ [
774
+ "identity",
775
+ "package:@velarscript-labs/sqlite@0.3.1/src/index.vel#enum:SqliteJournalMode"
776
+ ]
777
+ ]
778
+ }
779
+ ]
780
+ ]
781
+ }
782
+ ],
783
+ [
784
+ "readOnly",
785
+ {
786
+ "tag": "object",
787
+ "value": [
788
+ [
789
+ "kind",
790
+ "optional"
791
+ ],
792
+ [
793
+ "inner",
794
+ {
795
+ "tag": "object",
796
+ "value": [
797
+ [
798
+ "kind",
799
+ "bool"
800
+ ]
801
+ ]
802
+ }
803
+ ]
804
+ ]
805
+ }
806
+ ]
807
+ ]
808
+ }
809
+ ],
810
+ [
811
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:PreparedDatabaseStatement",
812
+ {
813
+ "tag": "map",
814
+ "value": [
815
+ [
816
+ "text",
817
+ {
818
+ "tag": "object",
819
+ "value": [
820
+ [
821
+ "kind",
822
+ "string"
823
+ ]
824
+ ]
825
+ }
826
+ ],
827
+ [
828
+ "parameters",
829
+ {
830
+ "tag": "object",
831
+ "value": [
832
+ [
833
+ "kind",
834
+ "list"
835
+ ],
836
+ [
837
+ "element",
838
+ {
839
+ "tag": "object",
840
+ "value": [
841
+ [
842
+ "kind",
843
+ "unknown"
844
+ ],
845
+ [
846
+ "boundary",
847
+ true
848
+ ]
849
+ ]
850
+ }
851
+ ]
852
+ ]
853
+ }
854
+ ]
855
+ ]
856
+ }
857
+ ],
858
+ [
859
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseStatementData",
860
+ {
861
+ "tag": "map",
862
+ "value": [
863
+ [
864
+ "fragments",
865
+ {
866
+ "tag": "object",
867
+ "value": [
868
+ [
869
+ "kind",
870
+ "list"
871
+ ],
872
+ [
873
+ "element",
874
+ {
875
+ "tag": "object",
876
+ "value": [
877
+ [
878
+ "kind",
879
+ "string"
880
+ ]
881
+ ]
882
+ }
883
+ ]
884
+ ]
885
+ }
886
+ ],
887
+ [
888
+ "parameters",
889
+ {
890
+ "tag": "object",
891
+ "value": [
892
+ [
893
+ "kind",
894
+ "list"
895
+ ],
896
+ [
897
+ "element",
898
+ {
899
+ "tag": "object",
900
+ "value": [
901
+ [
902
+ "kind",
903
+ "unknown"
904
+ ],
905
+ [
906
+ "boundary",
907
+ true
908
+ ]
909
+ ]
910
+ }
911
+ ]
912
+ ]
913
+ }
914
+ ]
915
+ ]
916
+ }
917
+ ],
918
+ [
919
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor",
920
+ {
921
+ "tag": "map",
922
+ "value": [
923
+ [
924
+ "execute",
925
+ {
926
+ "tag": "object",
927
+ "value": [
928
+ [
929
+ "kind",
930
+ "function"
931
+ ],
932
+ [
933
+ "parameters",
934
+ {
935
+ "tag": "array",
596
936
  "value": [
597
937
  {
598
938
  "tag": "object",
599
939
  "value": [
600
940
  [
601
941
  "kind",
602
- "string"
942
+ "class"
943
+ ],
944
+ [
945
+ "name",
946
+ "ComposedDatabaseStatement"
947
+ ],
948
+ [
949
+ "identity",
950
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
951
+ ]
952
+ ]
953
+ }
954
+ ]
955
+ }
956
+ ],
957
+ [
958
+ "parameterNames",
959
+ {
960
+ "tag": "array",
961
+ "value": [
962
+ "statement"
963
+ ]
964
+ }
965
+ ],
966
+ [
967
+ "requiredParameters",
968
+ 1
969
+ ],
970
+ [
971
+ "result",
972
+ {
973
+ "tag": "object",
974
+ "value": [
975
+ [
976
+ "kind",
977
+ "promise"
978
+ ],
979
+ [
980
+ "value",
981
+ {
982
+ "tag": "object",
983
+ "value": [
984
+ [
985
+ "kind",
986
+ "number"
987
+ ]
603
988
  ]
604
- ]
605
- },
989
+ }
990
+ ]
991
+ ]
992
+ }
993
+ ]
994
+ ]
995
+ }
996
+ ],
997
+ [
998
+ "one",
999
+ {
1000
+ "tag": "object",
1001
+ "value": [
1002
+ [
1003
+ "kind",
1004
+ "function"
1005
+ ],
1006
+ [
1007
+ "parameters",
1008
+ {
1009
+ "tag": "array",
1010
+ "value": [
606
1011
  {
607
1012
  "tag": "object",
608
1013
  "value": [
609
1014
  [
610
1015
  "kind",
611
- "list"
1016
+ "class"
612
1017
  ],
613
1018
  [
614
- "element",
615
- {
616
- "tag": "object",
617
- "value": [
618
- [
619
- "kind",
620
- "unknown"
621
- ],
622
- [
623
- "boundary",
624
- true
625
- ]
626
- ]
627
- }
1019
+ "name",
1020
+ "ComposedDatabaseStatement"
1021
+ ],
1022
+ [
1023
+ "identity",
1024
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
628
1025
  ]
629
1026
  ]
630
1027
  }
@@ -636,14 +1033,13 @@
636
1033
  {
637
1034
  "tag": "array",
638
1035
  "value": [
639
- "text",
640
- "parameters"
1036
+ "statement"
641
1037
  ]
642
1038
  }
643
1039
  ],
644
1040
  [
645
1041
  "requiredParameters",
646
- 2
1042
+ 1
647
1043
  ],
648
1044
  [
649
1045
  "result",
@@ -695,32 +1091,15 @@
695
1091
  "value": [
696
1092
  [
697
1093
  "kind",
698
- "string"
699
- ]
700
- ]
701
- },
702
- {
703
- "tag": "object",
704
- "value": [
1094
+ "class"
1095
+ ],
705
1096
  [
706
- "kind",
707
- "list"
1097
+ "name",
1098
+ "ComposedDatabaseStatement"
708
1099
  ],
709
1100
  [
710
- "element",
711
- {
712
- "tag": "object",
713
- "value": [
714
- [
715
- "kind",
716
- "unknown"
717
- ],
718
- [
719
- "boundary",
720
- true
721
- ]
722
- ]
723
- }
1101
+ "identity",
1102
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
724
1103
  ]
725
1104
  ]
726
1105
  }
@@ -732,14 +1111,13 @@
732
1111
  {
733
1112
  "tag": "array",
734
1113
  "value": [
735
- "text",
736
- "parameters"
1114
+ "statement"
737
1115
  ]
738
1116
  }
739
1117
  ],
740
1118
  [
741
1119
  "requiredParameters",
742
- 2
1120
+ 1
743
1121
  ],
744
1122
  [
745
1123
  "result",
@@ -811,32 +1189,15 @@
811
1189
  "value": [
812
1190
  [
813
1191
  "kind",
814
- "string"
815
- ]
816
- ]
817
- },
818
- {
819
- "tag": "object",
820
- "value": [
1192
+ "class"
1193
+ ],
821
1194
  [
822
- "kind",
823
- "list"
1195
+ "name",
1196
+ "ComposedDatabaseStatement"
824
1197
  ],
825
1198
  [
826
- "element",
827
- {
828
- "tag": "object",
829
- "value": [
830
- [
831
- "kind",
832
- "unknown"
833
- ],
834
- [
835
- "boundary",
836
- true
837
- ]
838
- ]
839
- }
1199
+ "identity",
1200
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
840
1201
  ]
841
1202
  ]
842
1203
  }
@@ -848,14 +1209,13 @@
848
1209
  {
849
1210
  "tag": "array",
850
1211
  "value": [
851
- "text",
852
- "parameters"
1212
+ "statement"
853
1213
  ]
854
1214
  }
855
1215
  ],
856
1216
  [
857
1217
  "requiredParameters",
858
- 2
1218
+ 1
859
1219
  ],
860
1220
  [
861
1221
  "result",
@@ -903,32 +1263,15 @@
903
1263
  "value": [
904
1264
  [
905
1265
  "kind",
906
- "string"
907
- ]
908
- ]
909
- },
910
- {
911
- "tag": "object",
912
- "value": [
1266
+ "class"
1267
+ ],
913
1268
  [
914
- "kind",
915
- "list"
1269
+ "name",
1270
+ "ComposedDatabaseStatement"
916
1271
  ],
917
1272
  [
918
- "element",
919
- {
920
- "tag": "object",
921
- "value": [
922
- [
923
- "kind",
924
- "unknown"
925
- ],
926
- [
927
- "boundary",
928
- true
929
- ]
930
- ]
931
- }
1273
+ "identity",
1274
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
932
1275
  ]
933
1276
  ]
934
1277
  }
@@ -940,14 +1283,13 @@
940
1283
  {
941
1284
  "tag": "array",
942
1285
  "value": [
943
- "text",
944
- "parameters"
1286
+ "statement"
945
1287
  ]
946
1288
  }
947
1289
  ],
948
1290
  [
949
1291
  "requiredParameters",
950
- 2
1292
+ 1
951
1293
  ],
952
1294
  [
953
1295
  "result",
@@ -999,32 +1341,15 @@
999
1341
  "value": [
1000
1342
  [
1001
1343
  "kind",
1002
- "string"
1003
- ]
1004
- ]
1005
- },
1006
- {
1007
- "tag": "object",
1008
- "value": [
1344
+ "class"
1345
+ ],
1009
1346
  [
1010
- "kind",
1011
- "list"
1347
+ "name",
1348
+ "ComposedDatabaseStatement"
1012
1349
  ],
1013
1350
  [
1014
- "element",
1015
- {
1016
- "tag": "object",
1017
- "value": [
1018
- [
1019
- "kind",
1020
- "unknown"
1021
- ],
1022
- [
1023
- "boundary",
1024
- true
1025
- ]
1026
- ]
1027
- }
1351
+ "identity",
1352
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
1028
1353
  ]
1029
1354
  ]
1030
1355
  }
@@ -1036,14 +1361,13 @@
1036
1361
  {
1037
1362
  "tag": "array",
1038
1363
  "value": [
1039
- "text",
1040
- "parameters"
1364
+ "statement"
1041
1365
  ]
1042
1366
  }
1043
1367
  ],
1044
1368
  [
1045
1369
  "requiredParameters",
1046
- 2
1370
+ 1
1047
1371
  ],
1048
1372
  [
1049
1373
  "result",
@@ -1092,18 +1416,26 @@
1092
1416
  }
1093
1417
  ],
1094
1418
  [
1095
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseCommand",
1419
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseCommand",
1096
1420
  {
1097
1421
  "tag": "map",
1098
1422
  "value": [
1099
1423
  [
1100
- "text",
1424
+ "statement",
1101
1425
  {
1102
1426
  "tag": "object",
1103
1427
  "value": [
1104
1428
  [
1105
1429
  "kind",
1106
- "string"
1430
+ "class"
1431
+ ],
1432
+ [
1433
+ "name",
1434
+ "ComposedDatabaseStatement"
1435
+ ],
1436
+ [
1437
+ "identity",
1438
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
1107
1439
  ]
1108
1440
  ]
1109
1441
  }
@@ -1123,78 +1455,202 @@
1123
1455
  [
1124
1456
  "maximumAffected",
1125
1457
  {
1126
- "tag": "object",
1458
+ "tag": "object",
1459
+ "value": [
1460
+ [
1461
+ "kind",
1462
+ "number"
1463
+ ]
1464
+ ]
1465
+ }
1466
+ ]
1467
+ ]
1468
+ }
1469
+ ]
1470
+ ]
1471
+ }
1472
+ ],
1473
+ [
1474
+ "namedTypeReadonlyFields",
1475
+ {
1476
+ "tag": "map",
1477
+ "value": [
1478
+ [
1479
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:PreparedDatabaseStatement",
1480
+ {
1481
+ "tag": "set",
1482
+ "value": [
1483
+ "text",
1484
+ "parameters"
1485
+ ]
1486
+ }
1487
+ ],
1488
+ [
1489
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseStatementData",
1490
+ {
1491
+ "tag": "set",
1492
+ "value": [
1493
+ "fragments",
1494
+ "parameters"
1495
+ ]
1496
+ }
1497
+ ],
1498
+ [
1499
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseCommand",
1500
+ {
1501
+ "tag": "set",
1502
+ "value": [
1503
+ "minimumAffected",
1504
+ "maximumAffected"
1505
+ ]
1506
+ }
1507
+ ]
1508
+ ]
1509
+ }
1510
+ ],
1511
+ [
1512
+ "namedTypeIdentities",
1513
+ {
1514
+ "tag": "map",
1515
+ "value": [
1516
+ [
1517
+ "SqliteOptions",
1518
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#type:SqliteOptions"
1519
+ ],
1520
+ [
1521
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:PreparedDatabaseStatement",
1522
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:PreparedDatabaseStatement"
1523
+ ],
1524
+ [
1525
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseStatementData",
1526
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseStatementData"
1527
+ ],
1528
+ [
1529
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor",
1530
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor"
1531
+ ],
1532
+ [
1533
+ "DatabaseExecutor",
1534
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor"
1535
+ ],
1536
+ [
1537
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseCommand",
1538
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseCommand"
1539
+ ]
1540
+ ]
1541
+ }
1542
+ ],
1543
+ [
1544
+ "typeAliases",
1545
+ {
1546
+ "tag": "map",
1547
+ "value": [
1548
+ [
1549
+ "DatabaseStatement",
1550
+ {
1551
+ "tag": "object",
1552
+ "value": [
1553
+ [
1554
+ "kind",
1555
+ "class"
1556
+ ],
1557
+ [
1558
+ "name",
1559
+ "ComposedDatabaseStatement"
1560
+ ],
1561
+ [
1562
+ "identity",
1563
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
1564
+ ]
1565
+ ]
1566
+ }
1567
+ ]
1568
+ ]
1569
+ }
1570
+ ],
1571
+ [
1572
+ "enums",
1573
+ {
1574
+ "tag": "map",
1575
+ "value": [
1576
+ [
1577
+ "SqliteJournalMode",
1578
+ {
1579
+ "tag": "object",
1580
+ "value": [
1581
+ [
1582
+ "identity",
1583
+ "package:@velarscript-labs/sqlite@0.3.1/src/index.vel#enum:SqliteJournalMode"
1584
+ ],
1585
+ [
1586
+ "members",
1587
+ {
1588
+ "tag": "set",
1589
+ "value": [
1590
+ "delete",
1591
+ "truncate",
1592
+ "persist",
1593
+ "memory",
1594
+ "wal",
1595
+ "off"
1596
+ ]
1597
+ }
1598
+ ]
1599
+ ]
1600
+ }
1601
+ ],
1602
+ [
1603
+ "package:@velarscript-labs/sqlite@0.3.1/src/index.vel#enum:SqliteJournalMode",
1604
+ {
1605
+ "tag": "object",
1606
+ "value": [
1607
+ [
1608
+ "identity",
1609
+ "package:@velarscript-labs/sqlite@0.3.1/src/index.vel#enum:SqliteJournalMode"
1610
+ ],
1611
+ [
1612
+ "members",
1613
+ {
1614
+ "tag": "set",
1127
1615
  "value": [
1128
- [
1129
- "kind",
1130
- "number"
1131
- ]
1616
+ "delete",
1617
+ "truncate",
1618
+ "persist",
1619
+ "memory",
1620
+ "wal",
1621
+ "off"
1132
1622
  ]
1133
1623
  }
1134
1624
  ]
1135
1625
  ]
1136
1626
  }
1137
- ]
1138
- ]
1139
- }
1140
- ],
1141
- [
1142
- "namedTypeReadonlyFields",
1143
- {
1144
- "tag": "map",
1145
- "value": [
1627
+ ],
1146
1628
  [
1147
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseCommand",
1629
+ "package:@velarscript-labs/database@0.3.1/src/index.vel#enum:DatabaseParameterStyle",
1148
1630
  {
1149
- "tag": "set",
1631
+ "tag": "object",
1150
1632
  "value": [
1151
- "text",
1152
- "minimumAffected",
1153
- "maximumAffected"
1633
+ [
1634
+ "identity",
1635
+ "package:@velarscript-labs/database@0.3.1/src/index.vel#enum:DatabaseParameterStyle"
1636
+ ],
1637
+ [
1638
+ "members",
1639
+ {
1640
+ "tag": "set",
1641
+ "value": [
1642
+ "questionMark",
1643
+ "dollarNumber",
1644
+ "colonNumber"
1645
+ ]
1646
+ }
1647
+ ]
1154
1648
  ]
1155
1649
  }
1156
1650
  ]
1157
1651
  ]
1158
1652
  }
1159
1653
  ],
1160
- [
1161
- "namedTypeIdentities",
1162
- {
1163
- "tag": "map",
1164
- "value": [
1165
- [
1166
- "SqliteOptions",
1167
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#type:SqliteOptions"
1168
- ],
1169
- [
1170
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor",
1171
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor"
1172
- ],
1173
- [
1174
- "DatabaseExecutor",
1175
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor"
1176
- ],
1177
- [
1178
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseCommand",
1179
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseCommand"
1180
- ]
1181
- ]
1182
- }
1183
- ],
1184
- [
1185
- "typeAliases",
1186
- {
1187
- "tag": "map",
1188
- "value": []
1189
- }
1190
- ],
1191
- [
1192
- "enums",
1193
- {
1194
- "tag": "map",
1195
- "value": []
1196
- }
1197
- ],
1198
1654
  [
1199
1655
  "classes",
1200
1656
  {
@@ -1693,7 +2149,23 @@
1693
2149
  "value": [
1694
2150
  [
1695
2151
  "kind",
1696
- "string"
2152
+ "list"
2153
+ ],
2154
+ [
2155
+ "element",
2156
+ {
2157
+ "tag": "object",
2158
+ "value": [
2159
+ [
2160
+ "kind",
2161
+ "string"
2162
+ ]
2163
+ ]
2164
+ }
2165
+ ],
2166
+ [
2167
+ "readonlyView",
2168
+ true
1697
2169
  ]
1698
2170
  ]
1699
2171
  },
@@ -1719,6 +2191,10 @@
1719
2191
  ]
1720
2192
  ]
1721
2193
  }
2194
+ ],
2195
+ [
2196
+ "readonlyView",
2197
+ true
1722
2198
  ]
1723
2199
  ]
1724
2200
  }
@@ -1730,7 +2206,7 @@
1730
2206
  {
1731
2207
  "tag": "array",
1732
2208
  "value": [
1733
- "sql",
2209
+ "fragments",
1734
2210
  "params"
1735
2211
  ]
1736
2212
  }
@@ -1785,7 +2261,23 @@
1785
2261
  "value": [
1786
2262
  [
1787
2263
  "kind",
1788
- "string"
2264
+ "list"
2265
+ ],
2266
+ [
2267
+ "element",
2268
+ {
2269
+ "tag": "object",
2270
+ "value": [
2271
+ [
2272
+ "kind",
2273
+ "string"
2274
+ ]
2275
+ ]
2276
+ }
2277
+ ],
2278
+ [
2279
+ "readonlyView",
2280
+ true
1789
2281
  ]
1790
2282
  ]
1791
2283
  },
@@ -1811,6 +2303,10 @@
1811
2303
  ]
1812
2304
  ]
1813
2305
  }
2306
+ ],
2307
+ [
2308
+ "readonlyView",
2309
+ true
1814
2310
  ]
1815
2311
  ]
1816
2312
  }
@@ -1822,7 +2318,7 @@
1822
2318
  {
1823
2319
  "tag": "array",
1824
2320
  "value": [
1825
- "sql",
2321
+ "fragments",
1826
2322
  "params"
1827
2323
  ]
1828
2324
  }
@@ -1881,7 +2377,23 @@
1881
2377
  "value": [
1882
2378
  [
1883
2379
  "kind",
1884
- "string"
2380
+ "list"
2381
+ ],
2382
+ [
2383
+ "element",
2384
+ {
2385
+ "tag": "object",
2386
+ "value": [
2387
+ [
2388
+ "kind",
2389
+ "string"
2390
+ ]
2391
+ ]
2392
+ }
2393
+ ],
2394
+ [
2395
+ "readonlyView",
2396
+ true
1885
2397
  ]
1886
2398
  ]
1887
2399
  },
@@ -1907,6 +2419,10 @@
1907
2419
  ]
1908
2420
  ]
1909
2421
  }
2422
+ ],
2423
+ [
2424
+ "readonlyView",
2425
+ true
1910
2426
  ]
1911
2427
  ]
1912
2428
  }
@@ -1918,7 +2434,7 @@
1918
2434
  {
1919
2435
  "tag": "array",
1920
2436
  "value": [
1921
- "sql",
2437
+ "fragments",
1922
2438
  "params"
1923
2439
  ]
1924
2440
  }
@@ -2077,7 +2593,23 @@
2077
2593
  "value": [
2078
2594
  [
2079
2595
  "kind",
2080
- "string"
2596
+ "list"
2597
+ ],
2598
+ [
2599
+ "element",
2600
+ {
2601
+ "tag": "object",
2602
+ "value": [
2603
+ [
2604
+ "kind",
2605
+ "string"
2606
+ ]
2607
+ ]
2608
+ }
2609
+ ],
2610
+ [
2611
+ "readonlyView",
2612
+ true
2081
2613
  ]
2082
2614
  ]
2083
2615
  },
@@ -2103,6 +2635,10 @@
2103
2635
  ]
2104
2636
  ]
2105
2637
  }
2638
+ ],
2639
+ [
2640
+ "readonlyView",
2641
+ true
2106
2642
  ]
2107
2643
  ]
2108
2644
  }
@@ -2114,7 +2650,7 @@
2114
2650
  {
2115
2651
  "tag": "array",
2116
2652
  "value": [
2117
- "sql",
2653
+ "fragments",
2118
2654
  "params"
2119
2655
  ]
2120
2656
  }
@@ -2169,7 +2705,23 @@
2169
2705
  "value": [
2170
2706
  [
2171
2707
  "kind",
2172
- "string"
2708
+ "list"
2709
+ ],
2710
+ [
2711
+ "element",
2712
+ {
2713
+ "tag": "object",
2714
+ "value": [
2715
+ [
2716
+ "kind",
2717
+ "string"
2718
+ ]
2719
+ ]
2720
+ }
2721
+ ],
2722
+ [
2723
+ "readonlyView",
2724
+ true
2173
2725
  ]
2174
2726
  ]
2175
2727
  },
@@ -2195,6 +2747,10 @@
2195
2747
  ]
2196
2748
  ]
2197
2749
  }
2750
+ ],
2751
+ [
2752
+ "readonlyView",
2753
+ true
2198
2754
  ]
2199
2755
  ]
2200
2756
  }
@@ -2206,7 +2762,7 @@
2206
2762
  {
2207
2763
  "tag": "array",
2208
2764
  "value": [
2209
- "sql",
2765
+ "fragments",
2210
2766
  "params"
2211
2767
  ]
2212
2768
  }
@@ -2265,7 +2821,23 @@
2265
2821
  "value": [
2266
2822
  [
2267
2823
  "kind",
2268
- "string"
2824
+ "list"
2825
+ ],
2826
+ [
2827
+ "element",
2828
+ {
2829
+ "tag": "object",
2830
+ "value": [
2831
+ [
2832
+ "kind",
2833
+ "string"
2834
+ ]
2835
+ ]
2836
+ }
2837
+ ],
2838
+ [
2839
+ "readonlyView",
2840
+ true
2269
2841
  ]
2270
2842
  ]
2271
2843
  },
@@ -2291,6 +2863,10 @@
2291
2863
  ]
2292
2864
  ]
2293
2865
  }
2866
+ ],
2867
+ [
2868
+ "readonlyView",
2869
+ true
2294
2870
  ]
2295
2871
  ]
2296
2872
  }
@@ -2302,7 +2878,7 @@
2302
2878
  {
2303
2879
  "tag": "array",
2304
2880
  "value": [
2305
- "sql",
2881
+ "fragments",
2306
2882
  "params"
2307
2883
  ]
2308
2884
  }
@@ -2789,7 +3365,7 @@
2789
3365
  ],
2790
3366
  [
2791
3367
  "identity",
2792
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError"
3368
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError"
2793
3369
  ]
2794
3370
  ]
2795
3371
  }
@@ -2831,7 +3407,7 @@
2831
3407
  ],
2832
3408
  [
2833
3409
  "base",
2834
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError"
3410
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError"
2835
3411
  ],
2836
3412
  [
2837
3413
  "abstract",
@@ -2895,7 +3471,7 @@
2895
3471
  ],
2896
3472
  [
2897
3473
  "identity",
2898
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteBackpressureError"
3474
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteBackpressureError"
2899
3475
  ]
2900
3476
  ]
2901
3477
  }
@@ -2937,7 +3513,7 @@
2937
3513
  ],
2938
3514
  [
2939
3515
  "base",
2940
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError"
3516
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError"
2941
3517
  ],
2942
3518
  [
2943
3519
  "abstract",
@@ -3001,7 +3577,7 @@
3001
3577
  ],
3002
3578
  [
3003
3579
  "identity",
3004
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConcurrencyError"
3580
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConcurrencyError"
3005
3581
  ]
3006
3582
  ]
3007
3583
  }
@@ -3102,32 +3678,15 @@
3102
3678
  "value": [
3103
3679
  [
3104
3680
  "kind",
3105
- "string"
3106
- ]
3107
- ]
3108
- },
3109
- {
3110
- "tag": "object",
3111
- "value": [
3681
+ "class"
3682
+ ],
3112
3683
  [
3113
- "kind",
3114
- "list"
3684
+ "name",
3685
+ "ComposedDatabaseStatement"
3115
3686
  ],
3116
3687
  [
3117
- "element",
3118
- {
3119
- "tag": "object",
3120
- "value": [
3121
- [
3122
- "kind",
3123
- "unknown"
3124
- ],
3125
- [
3126
- "boundary",
3127
- true
3128
- ]
3129
- ]
3130
- }
3688
+ "identity",
3689
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
3131
3690
  ]
3132
3691
  ]
3133
3692
  }
@@ -3139,8 +3698,7 @@
3139
3698
  {
3140
3699
  "tag": "array",
3141
3700
  "value": [
3142
- "sql",
3143
- "params"
3701
+ "statement"
3144
3702
  ]
3145
3703
  }
3146
3704
  ],
@@ -3217,7 +3775,7 @@
3217
3775
  ],
3218
3776
  [
3219
3777
  "identity",
3220
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor"
3778
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor"
3221
3779
  ]
3222
3780
  ]
3223
3781
  }
@@ -3253,7 +3811,15 @@
3253
3811
  "value": [
3254
3812
  [
3255
3813
  "kind",
3256
- "string"
3814
+ "class"
3815
+ ],
3816
+ [
3817
+ "name",
3818
+ "ComposedDatabaseStatement"
3819
+ ],
3820
+ [
3821
+ "identity",
3822
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
3257
3823
  ]
3258
3824
  ]
3259
3825
  },
@@ -3285,31 +3851,6 @@
3285
3851
  }
3286
3852
  ]
3287
3853
  ]
3288
- },
3289
- {
3290
- "tag": "object",
3291
- "value": [
3292
- [
3293
- "kind",
3294
- "list"
3295
- ],
3296
- [
3297
- "element",
3298
- {
3299
- "tag": "object",
3300
- "value": [
3301
- [
3302
- "kind",
3303
- "unknown"
3304
- ],
3305
- [
3306
- "boundary",
3307
- true
3308
- ]
3309
- ]
3310
- }
3311
- ]
3312
- ]
3313
3854
  }
3314
3855
  ]
3315
3856
  }
@@ -3319,9 +3860,8 @@
3319
3860
  {
3320
3861
  "tag": "array",
3321
3862
  "value": [
3322
- "sql",
3323
- "RowType",
3324
- "params"
3863
+ "statement",
3864
+ "RowType"
3325
3865
  ]
3326
3866
  }
3327
3867
  ],
@@ -3404,7 +3944,15 @@
3404
3944
  "value": [
3405
3945
  [
3406
3946
  "kind",
3407
- "string"
3947
+ "class"
3948
+ ],
3949
+ [
3950
+ "name",
3951
+ "ComposedDatabaseStatement"
3952
+ ],
3953
+ [
3954
+ "identity",
3955
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
3408
3956
  ]
3409
3957
  ]
3410
3958
  },
@@ -3429,33 +3977,8 @@
3429
3977
  "T"
3430
3978
  ],
3431
3979
  [
3432
- "index",
3433
- 0
3434
- ]
3435
- ]
3436
- }
3437
- ]
3438
- ]
3439
- },
3440
- {
3441
- "tag": "object",
3442
- "value": [
3443
- [
3444
- "kind",
3445
- "list"
3446
- ],
3447
- [
3448
- "element",
3449
- {
3450
- "tag": "object",
3451
- "value": [
3452
- [
3453
- "kind",
3454
- "unknown"
3455
- ],
3456
- [
3457
- "boundary",
3458
- true
3980
+ "index",
3981
+ 0
3459
3982
  ]
3460
3983
  ]
3461
3984
  }
@@ -3470,9 +3993,8 @@
3470
3993
  {
3471
3994
  "tag": "array",
3472
3995
  "value": [
3473
- "sql",
3474
- "RowType",
3475
- "params"
3996
+ "statement",
3997
+ "RowType"
3476
3998
  ]
3477
3999
  }
3478
4000
  ],
@@ -3560,7 +4082,7 @@
3560
4082
  ],
3561
4083
  [
3562
4084
  "identity",
3563
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteTransaction"
4085
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteTransaction"
3564
4086
  ]
3565
4087
  ]
3566
4088
  }
@@ -3665,32 +4187,15 @@
3665
4187
  "value": [
3666
4188
  [
3667
4189
  "kind",
3668
- "string"
3669
- ]
3670
- ]
3671
- },
3672
- {
3673
- "tag": "object",
3674
- "value": [
4190
+ "class"
4191
+ ],
3675
4192
  [
3676
- "kind",
3677
- "list"
4193
+ "name",
4194
+ "ComposedDatabaseStatement"
3678
4195
  ],
3679
4196
  [
3680
- "element",
3681
- {
3682
- "tag": "object",
3683
- "value": [
3684
- [
3685
- "kind",
3686
- "unknown"
3687
- ],
3688
- [
3689
- "boundary",
3690
- true
3691
- ]
3692
- ]
3693
- }
4197
+ "identity",
4198
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
3694
4199
  ]
3695
4200
  ]
3696
4201
  }
@@ -3702,8 +4207,7 @@
3702
4207
  {
3703
4208
  "tag": "array",
3704
4209
  "value": [
3705
- "sql",
3706
- "params"
4210
+ "statement"
3707
4211
  ]
3708
4212
  }
3709
4213
  ],
@@ -3780,7 +4284,7 @@
3780
4284
  ],
3781
4285
  [
3782
4286
  "identity",
3783
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor"
4287
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor"
3784
4288
  ]
3785
4289
  ]
3786
4290
  }
@@ -3816,7 +4320,15 @@
3816
4320
  "value": [
3817
4321
  [
3818
4322
  "kind",
3819
- "string"
4323
+ "class"
4324
+ ],
4325
+ [
4326
+ "name",
4327
+ "ComposedDatabaseStatement"
4328
+ ],
4329
+ [
4330
+ "identity",
4331
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
3820
4332
  ]
3821
4333
  ]
3822
4334
  },
@@ -3848,31 +4360,6 @@
3848
4360
  }
3849
4361
  ]
3850
4362
  ]
3851
- },
3852
- {
3853
- "tag": "object",
3854
- "value": [
3855
- [
3856
- "kind",
3857
- "list"
3858
- ],
3859
- [
3860
- "element",
3861
- {
3862
- "tag": "object",
3863
- "value": [
3864
- [
3865
- "kind",
3866
- "unknown"
3867
- ],
3868
- [
3869
- "boundary",
3870
- true
3871
- ]
3872
- ]
3873
- }
3874
- ]
3875
- ]
3876
4363
  }
3877
4364
  ]
3878
4365
  }
@@ -3882,9 +4369,8 @@
3882
4369
  {
3883
4370
  "tag": "array",
3884
4371
  "value": [
3885
- "sql",
3886
- "RowType",
3887
- "params"
4372
+ "statement",
4373
+ "RowType"
3888
4374
  ]
3889
4375
  }
3890
4376
  ],
@@ -3967,7 +4453,15 @@
3967
4453
  "value": [
3968
4454
  [
3969
4455
  "kind",
3970
- "string"
4456
+ "class"
4457
+ ],
4458
+ [
4459
+ "name",
4460
+ "ComposedDatabaseStatement"
4461
+ ],
4462
+ [
4463
+ "identity",
4464
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
3971
4465
  ]
3972
4466
  ]
3973
4467
  },
@@ -3999,31 +4493,6 @@
3999
4493
  }
4000
4494
  ]
4001
4495
  ]
4002
- },
4003
- {
4004
- "tag": "object",
4005
- "value": [
4006
- [
4007
- "kind",
4008
- "list"
4009
- ],
4010
- [
4011
- "element",
4012
- {
4013
- "tag": "object",
4014
- "value": [
4015
- [
4016
- "kind",
4017
- "unknown"
4018
- ],
4019
- [
4020
- "boundary",
4021
- true
4022
- ]
4023
- ]
4024
- }
4025
- ]
4026
- ]
4027
4496
  }
4028
4497
  ]
4029
4498
  }
@@ -4033,9 +4502,8 @@
4033
4502
  {
4034
4503
  "tag": "array",
4035
4504
  "value": [
4036
- "sql",
4037
- "RowType",
4038
- "params"
4505
+ "statement",
4506
+ "RowType"
4039
4507
  ]
4040
4508
  }
4041
4509
  ],
@@ -4138,7 +4606,7 @@
4138
4606
  ],
4139
4607
  [
4140
4608
  "identity",
4141
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteTransaction"
4609
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteTransaction"
4142
4610
  ]
4143
4611
  ]
4144
4612
  }
@@ -4321,13 +4789,13 @@
4321
4789
  ],
4322
4790
  [
4323
4791
  "identity",
4324
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConnection"
4792
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConnection"
4325
4793
  ]
4326
4794
  ]
4327
4795
  }
4328
4796
  ],
4329
4797
  [
4330
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError",
4798
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError",
4331
4799
  {
4332
4800
  "tag": "object",
4333
4801
  "value": [
@@ -4554,13 +5022,13 @@
4554
5022
  ],
4555
5023
  [
4556
5024
  "identity",
4557
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError"
5025
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError"
4558
5026
  ]
4559
5027
  ]
4560
5028
  }
4561
5029
  ],
4562
5030
  [
4563
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteBackpressureError",
5031
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteBackpressureError",
4564
5032
  {
4565
5033
  "tag": "object",
4566
5034
  "value": [
@@ -4596,7 +5064,7 @@
4596
5064
  ],
4597
5065
  [
4598
5066
  "base",
4599
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError"
5067
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError"
4600
5068
  ],
4601
5069
  [
4602
5070
  "abstract",
@@ -4660,13 +5128,13 @@
4660
5128
  ],
4661
5129
  [
4662
5130
  "identity",
4663
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteBackpressureError"
5131
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteBackpressureError"
4664
5132
  ]
4665
5133
  ]
4666
5134
  }
4667
5135
  ],
4668
5136
  [
4669
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConcurrencyError",
5137
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConcurrencyError",
4670
5138
  {
4671
5139
  "tag": "object",
4672
5140
  "value": [
@@ -4702,7 +5170,7 @@
4702
5170
  ],
4703
5171
  [
4704
5172
  "base",
4705
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteError"
5173
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteError"
4706
5174
  ],
4707
5175
  [
4708
5176
  "abstract",
@@ -4766,13 +5234,13 @@
4766
5234
  ],
4767
5235
  [
4768
5236
  "identity",
4769
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConcurrencyError"
5237
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConcurrencyError"
4770
5238
  ]
4771
5239
  ]
4772
5240
  }
4773
5241
  ],
4774
5242
  [
4775
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteTransaction",
5243
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteTransaction",
4776
5244
  {
4777
5245
  "tag": "object",
4778
5246
  "value": [
@@ -4867,32 +5335,15 @@
4867
5335
  "value": [
4868
5336
  [
4869
5337
  "kind",
4870
- "string"
4871
- ]
4872
- ]
4873
- },
4874
- {
4875
- "tag": "object",
4876
- "value": [
5338
+ "class"
5339
+ ],
4877
5340
  [
4878
- "kind",
4879
- "list"
5341
+ "name",
5342
+ "ComposedDatabaseStatement"
4880
5343
  ],
4881
5344
  [
4882
- "element",
4883
- {
4884
- "tag": "object",
4885
- "value": [
4886
- [
4887
- "kind",
4888
- "unknown"
4889
- ],
4890
- [
4891
- "boundary",
4892
- true
4893
- ]
4894
- ]
4895
- }
5345
+ "identity",
5346
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
4896
5347
  ]
4897
5348
  ]
4898
5349
  }
@@ -4904,8 +5355,7 @@
4904
5355
  {
4905
5356
  "tag": "array",
4906
5357
  "value": [
4907
- "sql",
4908
- "params"
5358
+ "statement"
4909
5359
  ]
4910
5360
  }
4911
5361
  ],
@@ -4982,7 +5432,7 @@
4982
5432
  ],
4983
5433
  [
4984
5434
  "identity",
4985
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor"
5435
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor"
4986
5436
  ]
4987
5437
  ]
4988
5438
  }
@@ -5018,7 +5468,15 @@
5018
5468
  "value": [
5019
5469
  [
5020
5470
  "kind",
5021
- "string"
5471
+ "class"
5472
+ ],
5473
+ [
5474
+ "name",
5475
+ "ComposedDatabaseStatement"
5476
+ ],
5477
+ [
5478
+ "identity",
5479
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
5022
5480
  ]
5023
5481
  ]
5024
5482
  },
@@ -5050,31 +5508,6 @@
5050
5508
  }
5051
5509
  ]
5052
5510
  ]
5053
- },
5054
- {
5055
- "tag": "object",
5056
- "value": [
5057
- [
5058
- "kind",
5059
- "list"
5060
- ],
5061
- [
5062
- "element",
5063
- {
5064
- "tag": "object",
5065
- "value": [
5066
- [
5067
- "kind",
5068
- "unknown"
5069
- ],
5070
- [
5071
- "boundary",
5072
- true
5073
- ]
5074
- ]
5075
- }
5076
- ]
5077
- ]
5078
5511
  }
5079
5512
  ]
5080
5513
  }
@@ -5084,9 +5517,8 @@
5084
5517
  {
5085
5518
  "tag": "array",
5086
5519
  "value": [
5087
- "sql",
5088
- "RowType",
5089
- "params"
5520
+ "statement",
5521
+ "RowType"
5090
5522
  ]
5091
5523
  }
5092
5524
  ],
@@ -5169,7 +5601,15 @@
5169
5601
  "value": [
5170
5602
  [
5171
5603
  "kind",
5172
- "string"
5604
+ "class"
5605
+ ],
5606
+ [
5607
+ "name",
5608
+ "ComposedDatabaseStatement"
5609
+ ],
5610
+ [
5611
+ "identity",
5612
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
5173
5613
  ]
5174
5614
  ]
5175
5615
  },
@@ -5201,31 +5641,6 @@
5201
5641
  }
5202
5642
  ]
5203
5643
  ]
5204
- },
5205
- {
5206
- "tag": "object",
5207
- "value": [
5208
- [
5209
- "kind",
5210
- "list"
5211
- ],
5212
- [
5213
- "element",
5214
- {
5215
- "tag": "object",
5216
- "value": [
5217
- [
5218
- "kind",
5219
- "unknown"
5220
- ],
5221
- [
5222
- "boundary",
5223
- true
5224
- ]
5225
- ]
5226
- }
5227
- ]
5228
- ]
5229
5644
  }
5230
5645
  ]
5231
5646
  }
@@ -5235,9 +5650,8 @@
5235
5650
  {
5236
5651
  "tag": "array",
5237
5652
  "value": [
5238
- "sql",
5239
- "RowType",
5240
- "params"
5653
+ "statement",
5654
+ "RowType"
5241
5655
  ]
5242
5656
  }
5243
5657
  ],
@@ -5325,13 +5739,13 @@
5325
5739
  ],
5326
5740
  [
5327
5741
  "identity",
5328
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteTransaction"
5742
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteTransaction"
5329
5743
  ]
5330
5744
  ]
5331
5745
  }
5332
5746
  ],
5333
5747
  [
5334
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConnection",
5748
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConnection",
5335
5749
  {
5336
5750
  "tag": "object",
5337
5751
  "value": [
@@ -5430,32 +5844,15 @@
5430
5844
  "value": [
5431
5845
  [
5432
5846
  "kind",
5433
- "string"
5434
- ]
5435
- ]
5436
- },
5437
- {
5438
- "tag": "object",
5439
- "value": [
5847
+ "class"
5848
+ ],
5440
5849
  [
5441
- "kind",
5442
- "list"
5850
+ "name",
5851
+ "ComposedDatabaseStatement"
5443
5852
  ],
5444
5853
  [
5445
- "element",
5446
- {
5447
- "tag": "object",
5448
- "value": [
5449
- [
5450
- "kind",
5451
- "unknown"
5452
- ],
5453
- [
5454
- "boundary",
5455
- true
5456
- ]
5457
- ]
5458
- }
5854
+ "identity",
5855
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
5459
5856
  ]
5460
5857
  ]
5461
5858
  }
@@ -5467,8 +5864,7 @@
5467
5864
  {
5468
5865
  "tag": "array",
5469
5866
  "value": [
5470
- "sql",
5471
- "params"
5867
+ "statement"
5472
5868
  ]
5473
5869
  }
5474
5870
  ],
@@ -5545,7 +5941,7 @@
5545
5941
  ],
5546
5942
  [
5547
5943
  "identity",
5548
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseExecutor"
5944
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseExecutor"
5549
5945
  ]
5550
5946
  ]
5551
5947
  }
@@ -5581,7 +5977,15 @@
5581
5977
  "value": [
5582
5978
  [
5583
5979
  "kind",
5584
- "string"
5980
+ "class"
5981
+ ],
5982
+ [
5983
+ "name",
5984
+ "ComposedDatabaseStatement"
5985
+ ],
5986
+ [
5987
+ "identity",
5988
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
5585
5989
  ]
5586
5990
  ]
5587
5991
  },
@@ -5613,31 +6017,6 @@
5613
6017
  }
5614
6018
  ]
5615
6019
  ]
5616
- },
5617
- {
5618
- "tag": "object",
5619
- "value": [
5620
- [
5621
- "kind",
5622
- "list"
5623
- ],
5624
- [
5625
- "element",
5626
- {
5627
- "tag": "object",
5628
- "value": [
5629
- [
5630
- "kind",
5631
- "unknown"
5632
- ],
5633
- [
5634
- "boundary",
5635
- true
5636
- ]
5637
- ]
5638
- }
5639
- ]
5640
- ]
5641
6020
  }
5642
6021
  ]
5643
6022
  }
@@ -5647,9 +6026,8 @@
5647
6026
  {
5648
6027
  "tag": "array",
5649
6028
  "value": [
5650
- "sql",
5651
- "RowType",
5652
- "params"
6029
+ "statement",
6030
+ "RowType"
5653
6031
  ]
5654
6032
  }
5655
6033
  ],
@@ -5732,7 +6110,15 @@
5732
6110
  "value": [
5733
6111
  [
5734
6112
  "kind",
5735
- "string"
6113
+ "class"
6114
+ ],
6115
+ [
6116
+ "name",
6117
+ "ComposedDatabaseStatement"
6118
+ ],
6119
+ [
6120
+ "identity",
6121
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
5736
6122
  ]
5737
6123
  ]
5738
6124
  },
@@ -5753,37 +6139,12 @@
5753
6139
  "parameter"
5754
6140
  ],
5755
6141
  [
5756
- "name",
5757
- "T"
5758
- ],
5759
- [
5760
- "index",
5761
- 0
5762
- ]
5763
- ]
5764
- }
5765
- ]
5766
- ]
5767
- },
5768
- {
5769
- "tag": "object",
5770
- "value": [
5771
- [
5772
- "kind",
5773
- "list"
5774
- ],
5775
- [
5776
- "element",
5777
- {
5778
- "tag": "object",
5779
- "value": [
5780
- [
5781
- "kind",
5782
- "unknown"
6142
+ "name",
6143
+ "T"
5783
6144
  ],
5784
6145
  [
5785
- "boundary",
5786
- true
6146
+ "index",
6147
+ 0
5787
6148
  ]
5788
6149
  ]
5789
6150
  }
@@ -5798,9 +6159,8 @@
5798
6159
  {
5799
6160
  "tag": "array",
5800
6161
  "value": [
5801
- "sql",
5802
- "RowType",
5803
- "params"
6162
+ "statement",
6163
+ "RowType"
5804
6164
  ]
5805
6165
  }
5806
6166
  ],
@@ -5903,7 +6263,7 @@
5903
6263
  ],
5904
6264
  [
5905
6265
  "identity",
5906
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteTransaction"
6266
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteTransaction"
5907
6267
  ]
5908
6268
  ]
5909
6269
  }
@@ -6086,13 +6446,278 @@
6086
6446
  ],
6087
6447
  [
6088
6448
  "identity",
6089
- "velar:package:@velarscript-labs/sqlite@0.2.2/src/index.vel#SqliteConnection"
6449
+ "velar:package:@velarscript-labs/sqlite@0.3.1/src/index.vel#SqliteConnection"
6450
+ ]
6451
+ ]
6452
+ }
6453
+ ],
6454
+ [
6455
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement",
6456
+ {
6457
+ "tag": "object",
6458
+ "value": [
6459
+ [
6460
+ "parameters",
6461
+ {
6462
+ "tag": "array",
6463
+ "value": [
6464
+ {
6465
+ "tag": "object",
6466
+ "value": [
6467
+ [
6468
+ "kind",
6469
+ "list"
6470
+ ],
6471
+ [
6472
+ "element",
6473
+ {
6474
+ "tag": "object",
6475
+ "value": [
6476
+ [
6477
+ "kind",
6478
+ "string"
6479
+ ]
6480
+ ]
6481
+ }
6482
+ ]
6483
+ ]
6484
+ },
6485
+ {
6486
+ "tag": "object",
6487
+ "value": [
6488
+ [
6489
+ "kind",
6490
+ "list"
6491
+ ],
6492
+ [
6493
+ "element",
6494
+ {
6495
+ "tag": "object",
6496
+ "value": [
6497
+ [
6498
+ "kind",
6499
+ "unknown"
6500
+ ],
6501
+ [
6502
+ "boundary",
6503
+ true
6504
+ ]
6505
+ ]
6506
+ }
6507
+ ]
6508
+ ]
6509
+ }
6510
+ ]
6511
+ }
6512
+ ],
6513
+ [
6514
+ "parameterNames",
6515
+ {
6516
+ "tag": "array",
6517
+ "value": [
6518
+ "fragments",
6519
+ "parameters"
6520
+ ]
6521
+ }
6522
+ ],
6523
+ [
6524
+ "requiredParameters",
6525
+ 2
6526
+ ],
6527
+ [
6528
+ "base",
6529
+ null
6530
+ ],
6531
+ [
6532
+ "abstract",
6533
+ false
6534
+ ],
6535
+ [
6536
+ "fields",
6537
+ {
6538
+ "tag": "map",
6539
+ "value": []
6540
+ }
6541
+ ],
6542
+ [
6543
+ "getters",
6544
+ {
6545
+ "tag": "set",
6546
+ "value": []
6547
+ }
6548
+ ],
6549
+ [
6550
+ "abstractGetters",
6551
+ {
6552
+ "tag": "set",
6553
+ "value": []
6554
+ }
6555
+ ],
6556
+ [
6557
+ "methods",
6558
+ {
6559
+ "tag": "map",
6560
+ "value": [
6561
+ [
6562
+ "data",
6563
+ {
6564
+ "tag": "object",
6565
+ "value": [
6566
+ [
6567
+ "kind",
6568
+ "function"
6569
+ ],
6570
+ [
6571
+ "parameters",
6572
+ {
6573
+ "tag": "array",
6574
+ "value": []
6575
+ }
6576
+ ],
6577
+ [
6578
+ "parameterNames",
6579
+ {
6580
+ "tag": "array",
6581
+ "value": []
6582
+ }
6583
+ ],
6584
+ [
6585
+ "requiredParameters",
6586
+ 0
6587
+ ],
6588
+ [
6589
+ "result",
6590
+ {
6591
+ "tag": "object",
6592
+ "value": [
6593
+ [
6594
+ "kind",
6595
+ "named"
6596
+ ],
6597
+ [
6598
+ "name",
6599
+ "DatabaseStatementData"
6600
+ ],
6601
+ [
6602
+ "identity",
6603
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseStatementData"
6604
+ ]
6605
+ ]
6606
+ }
6607
+ ]
6608
+ ]
6609
+ }
6610
+ ],
6611
+ [
6612
+ "render",
6613
+ {
6614
+ "tag": "object",
6615
+ "value": [
6616
+ [
6617
+ "kind",
6618
+ "function"
6619
+ ],
6620
+ [
6621
+ "parameters",
6622
+ {
6623
+ "tag": "array",
6624
+ "value": [
6625
+ {
6626
+ "tag": "object",
6627
+ "value": [
6628
+ [
6629
+ "kind",
6630
+ "enum"
6631
+ ],
6632
+ [
6633
+ "name",
6634
+ "DatabaseParameterStyle"
6635
+ ],
6636
+ [
6637
+ "identity",
6638
+ "package:@velarscript-labs/database@0.3.1/src/index.vel#enum:DatabaseParameterStyle"
6639
+ ]
6640
+ ]
6641
+ }
6642
+ ]
6643
+ }
6644
+ ],
6645
+ [
6646
+ "parameterNames",
6647
+ {
6648
+ "tag": "array",
6649
+ "value": [
6650
+ "style"
6651
+ ]
6652
+ }
6653
+ ],
6654
+ [
6655
+ "requiredParameters",
6656
+ 1
6657
+ ],
6658
+ [
6659
+ "result",
6660
+ {
6661
+ "tag": "object",
6662
+ "value": [
6663
+ [
6664
+ "kind",
6665
+ "named"
6666
+ ],
6667
+ [
6668
+ "name",
6669
+ "PreparedDatabaseStatement"
6670
+ ],
6671
+ [
6672
+ "identity",
6673
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:PreparedDatabaseStatement"
6674
+ ]
6675
+ ]
6676
+ }
6677
+ ]
6678
+ ]
6679
+ }
6680
+ ]
6681
+ ]
6682
+ }
6683
+ ],
6684
+ [
6685
+ "abstractMethods",
6686
+ {
6687
+ "tag": "set",
6688
+ "value": []
6689
+ }
6690
+ ],
6691
+ [
6692
+ "staticFields",
6693
+ {
6694
+ "tag": "map",
6695
+ "value": []
6696
+ }
6697
+ ],
6698
+ [
6699
+ "staticGetters",
6700
+ {
6701
+ "tag": "set",
6702
+ "value": []
6703
+ }
6704
+ ],
6705
+ [
6706
+ "staticMethods",
6707
+ {
6708
+ "tag": "map",
6709
+ "value": []
6710
+ }
6711
+ ],
6712
+ [
6713
+ "identity",
6714
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
6090
6715
  ]
6091
6716
  ]
6092
6717
  }
6093
6718
  ],
6094
6719
  [
6095
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#DatabaseAffectedRowsError",
6720
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#DatabaseAffectedRowsError",
6096
6721
  {
6097
6722
  "tag": "object",
6098
6723
  "value": [
@@ -6285,13 +6910,13 @@
6285
6910
  ],
6286
6911
  [
6287
6912
  "identity",
6288
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#DatabaseAffectedRowsError"
6913
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#DatabaseAffectedRowsError"
6289
6914
  ]
6290
6915
  ]
6291
6916
  }
6292
6917
  ],
6293
6918
  [
6294
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#DatabaseRowNotFoundError",
6919
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#DatabaseRowNotFoundError",
6295
6920
  {
6296
6921
  "tag": "object",
6297
6922
  "value": [
@@ -6391,7 +7016,7 @@
6391
7016
  ],
6392
7017
  [
6393
7018
  "identity",
6394
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#DatabaseRowNotFoundError"
7019
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#DatabaseRowNotFoundError"
6395
7020
  ]
6396
7021
  ]
6397
7022
  }
@@ -6433,13 +7058,13 @@
6433
7058
  "tag": "map",
6434
7059
  "value": [
6435
7060
  [
6436
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseQuery",
7061
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseQuery",
6437
7062
  {
6438
7063
  "tag": "object",
6439
7064
  "value": [
6440
7065
  [
6441
7066
  "identity",
6442
- "velar:package:@velarscript-labs/database@0.2.2/src/index.vel#type:DatabaseQuery"
7067
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#type:DatabaseQuery"
6443
7068
  ],
6444
7069
  [
6445
7070
  "name",
@@ -6469,13 +7094,21 @@
6469
7094
  "tag": "map",
6470
7095
  "value": [
6471
7096
  [
6472
- "text",
7097
+ "statement",
6473
7098
  {
6474
7099
  "tag": "object",
6475
7100
  "value": [
6476
7101
  [
6477
7102
  "kind",
6478
- "string"
7103
+ "class"
7104
+ ],
7105
+ [
7106
+ "name",
7107
+ "ComposedDatabaseStatement"
7108
+ ],
7109
+ [
7110
+ "identity",
7111
+ "velar:package:@velarscript-labs/database@0.3.1/src/index.vel#ComposedDatabaseStatement"
6479
7112
  ]
6480
7113
  ]
6481
7114
  }
@@ -6557,7 +7190,6 @@
6557
7190
  {
6558
7191
  "tag": "set",
6559
7192
  "value": [
6560
- "text",
6561
7193
  "maximumRows",
6562
7194
  "parse"
6563
7195
  ]