@slatedb/uniffi 0.12.0 → 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/README.md +1 -1
- 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 -1
- package/slatedb-ffi.js +1853 -169
- package/slatedb.d.ts +631 -0
- package/slatedb.js +1432 -29
package/README.md
CHANGED
|
@@ -127,7 +127,7 @@ You only need these tools when regenerating bindings, running tests from this re
|
|
|
127
127
|
Install the generator with:
|
|
128
128
|
|
|
129
129
|
```bash
|
|
130
|
-
cargo install uniffi-bindgen-node-js --version 0.0.
|
|
130
|
+
cargo install uniffi-bindgen-node-js --version 0.0.13
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
Install the package dependency used by the generated bindings with:
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/slatedb-ffi.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export interface FfiMetadata {
|
|
2
2
|
namespace: string;
|
|
3
3
|
cdylibName: string;
|
|
4
|
-
stagedLibraryFileName: string;
|
|
5
4
|
stagedLibraryPackageRelativePath: string;
|
|
6
5
|
bundledPrebuilds: boolean;
|
|
7
6
|
manualLoad: boolean;
|
|
@@ -47,6 +46,40 @@ export declare function validateChecksums(
|
|
|
47
46
|
export declare const ffiFunctions: Readonly<Record<string, (...args: any[]) => any>>;
|
|
48
47
|
|
|
49
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
|
+
|
|
50
83
|
export declare function uniffi_slatedb_uniffi_fn_clone_dbbuilder(...args: any[]): any;
|
|
51
84
|
|
|
52
85
|
export declare function uniffi_slatedb_uniffi_fn_free_dbbuilder(...args: any[]): any;
|
|
@@ -55,6 +88,8 @@ export declare function uniffi_slatedb_uniffi_fn_constructor_dbbuilder_new(...ar
|
|
|
55
88
|
|
|
56
89
|
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_build(...args: any[]): any;
|
|
57
90
|
|
|
91
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache(...args: any[]): any;
|
|
92
|
+
|
|
58
93
|
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_db_cache_disabled(...args: any[]): any;
|
|
59
94
|
|
|
60
95
|
export declare function uniffi_slatedb_uniffi_fn_method_dbbuilder_with_merge_operator(...args: any[]): any;
|
|
@@ -97,6 +132,8 @@ export declare function uniffi_slatedb_uniffi_fn_method_db_delete(...args: any[]
|
|
|
97
132
|
|
|
98
133
|
export declare function uniffi_slatedb_uniffi_fn_method_db_delete_with_options(...args: any[]): any;
|
|
99
134
|
|
|
135
|
+
export declare function uniffi_slatedb_uniffi_fn_method_db_evict_cached_sst(...args: any[]): any;
|
|
136
|
+
|
|
100
137
|
export declare function uniffi_slatedb_uniffi_fn_method_db_flush(...args: any[]): any;
|
|
101
138
|
|
|
102
139
|
export declare function uniffi_slatedb_uniffi_fn_method_db_flush_with_options(...args: any[]): any;
|
|
@@ -131,16 +168,34 @@ export declare function uniffi_slatedb_uniffi_fn_method_db_snapshot(...args: any
|
|
|
131
168
|
|
|
132
169
|
export declare function uniffi_slatedb_uniffi_fn_method_db_status(...args: any[]): any;
|
|
133
170
|
|
|
171
|
+
export declare function uniffi_slatedb_uniffi_fn_method_db_warm_sst(...args: any[]): any;
|
|
172
|
+
|
|
134
173
|
export declare function uniffi_slatedb_uniffi_fn_method_db_write(...args: any[]): any;
|
|
135
174
|
|
|
136
175
|
export declare function uniffi_slatedb_uniffi_fn_method_db_write_with_options(...args: any[]): any;
|
|
137
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
|
+
|
|
138
187
|
export declare function uniffi_slatedb_uniffi_fn_clone_dbreader(...args: any[]): any;
|
|
139
188
|
|
|
140
189
|
export declare function uniffi_slatedb_uniffi_fn_free_dbreader(...args: any[]): any;
|
|
141
190
|
|
|
191
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_evict_cached_sst(...args: any[]): any;
|
|
192
|
+
|
|
142
193
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_get(...args: any[]): any;
|
|
143
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
|
+
|
|
144
199
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_get_with_options(...args: any[]): any;
|
|
145
200
|
|
|
146
201
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_scan(...args: any[]): any;
|
|
@@ -155,6 +210,8 @@ export declare function uniffi_slatedb_uniffi_fn_method_dbreader_shutdown(...arg
|
|
|
155
210
|
|
|
156
211
|
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_status(...args: any[]): any;
|
|
157
212
|
|
|
213
|
+
export declare function uniffi_slatedb_uniffi_fn_method_dbreader_warm_sst(...args: any[]): any;
|
|
214
|
+
|
|
158
215
|
export declare function uniffi_slatedb_uniffi_fn_clone_dbsnapshot(...args: any[]): any;
|
|
159
216
|
|
|
160
217
|
export declare function uniffi_slatedb_uniffi_fn_free_dbsnapshot(...args: any[]): any;
|
|
@@ -491,8 +548,34 @@ export declare function ffi_slatedb_uniffi_rust_future_complete_void(...args: an
|
|
|
491
548
|
|
|
492
549
|
export declare function uniffi_slatedb_uniffi_checksum_func_init_logging(...args: any[]): any;
|
|
493
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
|
+
|
|
494
575
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_build(...args: any[]): any;
|
|
495
576
|
|
|
577
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache(...args: any[]): any;
|
|
578
|
+
|
|
496
579
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_db_cache_disabled(...args: any[]): any;
|
|
497
580
|
|
|
498
581
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbbuilder_with_merge_operator(...args: any[]): any;
|
|
@@ -525,6 +608,8 @@ export declare function uniffi_slatedb_uniffi_checksum_method_db_delete(...args:
|
|
|
525
608
|
|
|
526
609
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_delete_with_options(...args: any[]): any;
|
|
527
610
|
|
|
611
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_db_evict_cached_sst(...args: any[]): any;
|
|
612
|
+
|
|
528
613
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_flush(...args: any[]): any;
|
|
529
614
|
|
|
530
615
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_flush_with_options(...args: any[]): any;
|
|
@@ -559,12 +644,20 @@ export declare function uniffi_slatedb_uniffi_checksum_method_db_snapshot(...arg
|
|
|
559
644
|
|
|
560
645
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_status(...args: any[]): any;
|
|
561
646
|
|
|
647
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_db_warm_sst(...args: any[]): any;
|
|
648
|
+
|
|
562
649
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_write(...args: any[]): any;
|
|
563
650
|
|
|
564
651
|
export declare function uniffi_slatedb_uniffi_checksum_method_db_write_with_options(...args: any[]): any;
|
|
565
652
|
|
|
653
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_evict_cached_sst(...args: any[]): any;
|
|
654
|
+
|
|
566
655
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_get(...args: any[]): any;
|
|
567
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
|
+
|
|
568
661
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_get_with_options(...args: any[]): any;
|
|
569
662
|
|
|
570
663
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_scan(...args: any[]): any;
|
|
@@ -579,6 +672,8 @@ export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_shutdown(
|
|
|
579
672
|
|
|
580
673
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_status(...args: any[]): any;
|
|
581
674
|
|
|
675
|
+
export declare function uniffi_slatedb_uniffi_checksum_method_dbreader_warm_sst(...args: any[]): any;
|
|
676
|
+
|
|
582
677
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get(...args: any[]): any;
|
|
583
678
|
|
|
584
679
|
export declare function uniffi_slatedb_uniffi_checksum_method_dbsnapshot_get_key_value(...args: any[]): any;
|
|
@@ -703,10 +798,18 @@ export declare function uniffi_slatedb_uniffi_checksum_method_writebatch_put(...
|
|
|
703
798
|
|
|
704
799
|
export declare function uniffi_slatedb_uniffi_checksum_method_writebatch_put_with_options(...args: any[]): any;
|
|
705
800
|
|
|
801
|
+
export declare function uniffi_slatedb_uniffi_checksum_constructor_adminbuilder_new(...args: any[]): any;
|
|
802
|
+
|
|
706
803
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_dbbuilder_new(...args: any[]): any;
|
|
707
804
|
|
|
708
805
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_dbreaderbuilder_new(...args: any[]): any;
|
|
709
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
|
+
|
|
710
813
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_defaultmetricsrecorder_new(...args: any[]): any;
|
|
711
814
|
|
|
712
815
|
export declare function uniffi_slatedb_uniffi_checksum_constructor_objectstore_from_env(...args: any[]): any;
|