@slatedb/uniffi 0.12.1 → 0.13.0
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.
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/libslatedb_uniffi.dylib +0 -0
- package/prebuilds/darwin-x64/libslatedb_uniffi.dylib +0 -0
- package/prebuilds/linux-arm64-gnu/libslatedb_uniffi.so +0 -0
- package/prebuilds/linux-x64-gnu/libslatedb_uniffi.so +0 -0
- package/prebuilds/win32-arm64/slatedb_uniffi.dll +0 -0
- package/prebuilds/win32-x64/slatedb_uniffi.dll +0 -0
- package/slatedb-ffi.d.ts +104 -0
- package/slatedb-ffi.js +1833 -168
- package/slatedb.d.ts +631 -0
- package/slatedb.js +1432 -29
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/slatedb-ffi.d.ts
CHANGED
|
@@ -46,6 +46,40 @@ export declare function validateChecksums(
|
|
|
46
46
|
export declare const ffiFunctions: Readonly<Record<string, (...args: any[]) => any>>;
|
|
47
47
|
|
|
48
48
|
|
|
49
|
+
export declare function uniffi_slatedb_uniffi_fn_clone_admin(...args: any[]): any;
|
|
50
|
+
|
|
51
|
+
export declare function uniffi_slatedb_uniffi_fn_free_admin(...args: any[]): any;
|
|
52
|
+
|
|
53
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_get_sequence_for_timestamp(...args: any[]): any;
|
|
54
|
+
|
|
55
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_get_timestamp_for_sequence(...args: any[]): any;
|
|
56
|
+
|
|
57
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_list_checkpoints(...args: any[]): any;
|
|
58
|
+
|
|
59
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_list_compactions(...args: any[]): any;
|
|
60
|
+
|
|
61
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_list_manifests(...args: any[]): any;
|
|
62
|
+
|
|
63
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_read_compaction(...args: any[]): any;
|
|
64
|
+
|
|
65
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_read_compactions(...args: any[]): any;
|
|
66
|
+
|
|
67
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_read_compactor_state_view(...args: any[]): any;
|
|
68
|
+
|
|
69
|
+
export declare function uniffi_slatedb_uniffi_fn_method_admin_read_manifest(...args: any[]): any;
|
|
70
|
+
|
|
71
|
+
export declare function uniffi_slatedb_uniffi_fn_clone_adminbuilder(...args: any[]): any;
|
|
72
|
+
|
|
73
|
+
export declare function uniffi_slatedb_uniffi_fn_free_adminbuilder(...args: any[]): any;
|
|
74
|
+
|
|
75
|
+
export declare function uniffi_slatedb_uniffi_fn_constructor_adminbuilder_new(...args: any[]): any;
|
|
76
|
+
|
|
77
|
+
export declare function uniffi_slatedb_uniffi_fn_method_adminbuilder_build(...args: any[]): any;
|
|
78
|
+
|
|
79
|
+
export declare function uniffi_slatedb_uniffi_fn_method_adminbuilder_with_seed(...args: any[]): any;
|
|
80
|
+
|
|
81
|
+
export declare function uniffi_slatedb_uniffi_fn_method_adminbuilder_with_wal_object_store(...args: any[]): any;
|
|
82
|
+
|
|
49
83
|
export declare function uniffi_slatedb_uniffi_fn_clone_dbbuilder(...args: any[]): any;
|
|
50
84
|
|
|
51
85
|
export declare function uniffi_slatedb_uniffi_fn_free_dbbuilder(...args: any[]): any;
|
|
@@ -54,6 +88,8 @@ export declare function uniffi_slatedb_uniffi_fn_constructor_dbbuilder_new(...ar
|
|
|
54
88
|
|
|
55
89
|
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_build(...args: any[]): any;
|
|
56
90
|
|
|
91
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache(...args: any[]): any;
|
|
92
|
+
|
|
57
93
|
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled(...args: any[]): any;
|
|
58
94
|
|
|
59
95
|
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_merge_operator(...args: any[]): any;
|
|
@@ -96,6 +132,8 @@ export declare function uniffi_slatedb_uniffi_fn_method_db_delete(...args: any[]
|
|
|
96
132
|
|
|
97
133
|
export declare function uniffi_slatedb_uniffi_fn_method_db_delete_with_options(...args: any[]): any;
|
|
98
134
|
|
|
135
|
+
export declare function uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst(...args: any[]): any;
|
|
136
|
+
|
|
99
137
|
export declare function uniffi_slatedb_uniffi_fn_method_db_flush(...args: any[]): any;
|
|
100
138
|
|
|
101
139
|
export declare function uniffi_slatedb_uniffi_fn_method_db_flush_with_options(...args: any[]): any;
|
|
@@ -130,16 +168,34 @@ export declare function uniffi_slatedb_uniffi_fn_method_db_snapshot(...args: any
|
|
|
130
168
|
|
|
131
169
|
export declare function uniffi_slatedb_uniffi_fn_method_db_status(...args: any[]): any;
|
|
132
170
|
|
|
171
|
+
export declare function uniffi_slatedb_uniffi_fn_method_db_warm_sst(...args: any[]): any;
|
|
172
|
+
|
|
133
173
|
export declare function uniffi_slatedb_uniffi_fn_method_db_write(...args: any[]): any;
|
|
134
174
|
|
|
135
175
|
export declare function uniffi_slatedb_uniffi_fn_method_db_write_with_options(...args: any[]): any;
|
|
136
176
|
|
|
177
|
+
export declare function uniffi_slatedb_uniffi_fn_clone_dbcache(...args: any[]): any;
|
|
178
|
+
|
|
179
|
+
export declare function uniffi_slatedb_uniffi_fn_free_dbcache(...args: any[]): any;
|
|
180
|
+
|
|
181
|
+
export declare function uniffi_slatedb_uniffi_fn_constructor_dbcache_new_foyer_cache(...args: any[]): any;
|
|
182
|
+
|
|
183
|
+
export declare function uniffi_slatedb_uniffi_fn_constructor_dbcache_new_moka_cache(...args: any[]): any;
|
|
184
|
+
|
|
185
|
+
export declare function uniffi_slatedb_uniffi_fn_constructor_dbcache_new_split_cache(...args: any[]): any;
|
|
186
|
+
|
|
137
187
|
export declare function uniffi_slatedb_uniffi_fn_clone_dbreader(...args: any[]): any;
|
|
138
188
|
|
|
139
189
|
export declare function uniffi_slatedb_uniffi_fn_free_dbreader(...args: any[]): any;
|
|
140
190
|
|
|
191
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst(...args: any[]): any;
|
|
192
|
+
|
|
141
193
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_get(...args: any[]): any;
|
|
142
194
|
|
|
195
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value(...args: any[]): any;
|
|
196
|
+
|
|
197
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_get_key_value_with_options(...args: any[]): any;
|
|
198
|
+
|
|
143
199
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options(...args: any[]): any;
|
|
144
200
|
|
|
145
201
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_scan(...args: any[]): any;
|
|
@@ -154,6 +210,8 @@ export declare function uniffi_slatedb_uniffi_fn_method_dbreader_shutdown(...arg
|
|
|
154
210
|
|
|
155
211
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_status(...args: any[]): any;
|
|
156
212
|
|
|
213
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst(...args: any[]): any;
|
|
214
|
+
|
|
157
215
|
export declare function uniffi_slatedb_uniffi_fn_clone_dbsnapshot(...args: any[]): any;
|
|
158
216
|
|
|
159
217
|
export declare function uniffi_slatedb_uniffi_fn_free_dbsnapshot(...args: any[]): any;
|
|
@@ -490,8 +548,34 @@ export declare function ffi_slatedb_uniffi_rust_future_complete_void(...args: an
|
|
|
490
548
|
|
|
491
549
|
export declare function uniffi_slatedb_uniffi_checksum_func_init_logging(...args: any[]): any;
|
|
492
550
|
|
|
551
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_get_sequence_for_timestamp(...args: any[]): any;
|
|
552
|
+
|
|
553
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_get_timestamp_for_sequence(...args: any[]): any;
|
|
554
|
+
|
|
555
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_list_checkpoints(...args: any[]): any;
|
|
556
|
+
|
|
557
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_list_compactions(...args: any[]): any;
|
|
558
|
+
|
|
559
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_list_manifests(...args: any[]): any;
|
|
560
|
+
|
|
561
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_read_compaction(...args: any[]): any;
|
|
562
|
+
|
|
563
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_read_compactions(...args: any[]): any;
|
|
564
|
+
|
|
565
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_read_compactor_state_view(...args: any[]): any;
|
|
566
|
+
|
|
567
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_admin_read_manifest(...args: any[]): any;
|
|
568
|
+
|
|
569
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_adminbuilder_build(...args: any[]): any;
|
|
570
|
+
|
|
571
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_seed(...args: any[]): any;
|
|
572
|
+
|
|
573
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_adminbuilder_with_wal_object_store(...args: any[]): any;
|
|
574
|
+
|
|
493
575
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_build(...args: any[]): any;
|
|
494
576
|
|
|
577
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache(...args: any[]): any;
|
|
578
|
+
|
|
495
579
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled(...args: any[]): any;
|
|
496
580
|
|
|
497
581
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator(...args: any[]): any;
|
|
@@ -524,6 +608,8 @@ export declare function uniffi_slatedb_uniffi_checksum_method_db_delete(...args:
|
|
|
524
608
|
|
|
525
609
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_delete_with_options(...args: any[]): any;
|
|
526
610
|
|
|
611
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst(...args: any[]): any;
|
|
612
|
+
|
|
527
613
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_flush(...args: any[]): any;
|
|
528
614
|
|
|
529
615
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_flush_with_options(...args: any[]): any;
|
|
@@ -558,12 +644,20 @@ export declare function uniffi_slatedb_uniffi_checksum_method_db_snapshot(...arg
|
|
|
558
644
|
|
|
559
645
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_status(...args: any[]): any;
|
|
560
646
|
|
|
647
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_db_warm_sst(...args: any[]): any;
|
|
648
|
+
|
|
561
649
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_write(...args: any[]): any;
|
|
562
650
|
|
|
563
651
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_write_with_options(...args: any[]): any;
|
|
564
652
|
|
|
653
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst(...args: any[]): any;
|
|
654
|
+
|
|
565
655
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_get(...args: any[]): any;
|
|
566
656
|
|
|
657
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value(...args: any[]): any;
|
|
658
|
+
|
|
659
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_get_key_value_with_options(...args: any[]): any;
|
|
660
|
+
|
|
567
661
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options(...args: any[]): any;
|
|
568
662
|
|
|
569
663
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_scan(...args: any[]): any;
|
|
@@ -578,6 +672,8 @@ export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_shutdown(
|
|
|
578
672
|
|
|
579
673
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_status(...args: any[]): any;
|
|
580
674
|
|
|
675
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst(...args: any[]): any;
|
|
676
|
+
|
|
581
677
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get(...args: any[]): any;
|
|
582
678
|
|
|
583
679
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get_key_value(...args: any[]): any;
|
|
@@ -702,10 +798,18 @@ export declare function uniffi_slatedb_uniffi_checksum_method_writebatch_put(...
|
|
|
702
798
|
|
|
703
799
|
export declare function uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options(...args: any[]): any;
|
|
704
800
|
|
|
801
|
+
export declare function uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new(...args: any[]): any;
|
|
802
|
+
|
|
705
803
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new(...args: any[]): any;
|
|
706
804
|
|
|
707
805
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(...args: any[]): any;
|
|
708
806
|
|
|
807
|
+
export declare function uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_foyer_cache(...args: any[]): any;
|
|
808
|
+
|
|
809
|
+
export declare function uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_moka_cache(...args: any[]): any;
|
|
810
|
+
|
|
811
|
+
export declare function uniffi_slatedb_uniffi_checksum_constructor_dbcache_new_split_cache(...args: any[]): any;
|
|
812
|
+
|
|
709
813
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args: any[]): any;
|
|
710
814
|
|
|
711
815
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env(...args: any[]): any;
|