picovolt 0.10.1 → 0.11.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 CHANGED
@@ -1,14 +1,18 @@
1
1
  # PicoVolt (PVDB)
2
2
 
3
3
  [![CI](https://github.com/MiniJe/picovolt/actions/workflows/ci.yml/badge.svg)](https://github.com/MiniJe/picovolt/actions/workflows/ci.yml)
4
- [![Version](https://img.shields.io/badge/version-0.10.1-blue.svg)](CHANGELOG.md)
4
+ [![Version](https://img.shields.io/badge/version-0.11.0-blue.svg)](CHANGELOG.md)
5
5
  [![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
6
6
  ![Status: experimental](https://img.shields.io/badge/status-experimental-orange.svg)
7
+ [![GitHub stars](https://img.shields.io/github/stars/MiniJe/picovolt?style=social)](https://github.com/MiniJe/picovolt)
7
8
 
8
9
  PicoVolt is an embedded database engine written from scratch in Rust. It is
9
10
  experimental software. It has not been audited or hardened for production, so use
10
11
  it to learn from and prototype with rather than to store data you cannot lose.
11
12
 
13
+ If PicoVolt is useful to you, consider starring the repository on GitHub. It is
14
+ the simplest way to help others discover the project.
15
+
12
16
  The engine decouples query logic from storage representation through a
13
17
  Virtualization Layer Engine (VLE) that shifts between two on-disk shapes:
14
18
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "picovolt",
3
3
  "type": "module",
4
4
  "description": "PicoVolt (PVDB): a polymorphic embedded database engine in Rust.",
5
- "version": "0.10.1",
5
+ "version": "0.11.0",
6
6
  "license": "Apache-2.0",
7
7
  "repository": {
8
8
  "type": "git",
package/picovolt_bg.js CHANGED
@@ -96,26 +96,26 @@ export class Db {
96
96
  }
97
97
  }
98
98
  if (Symbol.dispose) Db.prototype[Symbol.dispose] = Db.prototype.free;
99
- export function __wbg___wbindgen_boolean_get_edaed31a367ce1bd(arg0) {
99
+ export function __wbg___wbindgen_boolean_get_fa956cfa2d1bd751(arg0) {
100
100
  const v = arg0;
101
101
  const ret = typeof(v) === 'boolean' ? v : undefined;
102
102
  return isLikeNone(ret) ? 0xFFFFFF : ret ? 1 : 0;
103
103
  }
104
- export function __wbg___wbindgen_is_null_6d937fbfb6478470(arg0) {
104
+ export function __wbg___wbindgen_is_null_ea9085d691f535d3(arg0) {
105
105
  const ret = arg0 === null;
106
106
  return ret;
107
107
  }
108
- export function __wbg___wbindgen_is_undefined_721f8decd50c87a3(arg0) {
108
+ export function __wbg___wbindgen_is_undefined_c05833b95a3cf397(arg0) {
109
109
  const ret = arg0 === undefined;
110
110
  return ret;
111
111
  }
112
- export function __wbg___wbindgen_number_get_1cc01dd708740256(arg0, arg1) {
112
+ export function __wbg___wbindgen_number_get_394265ed1e1b84ee(arg0, arg1) {
113
113
  const obj = arg1;
114
114
  const ret = typeof(obj) === 'number' ? obj : undefined;
115
115
  getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
116
116
  getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
117
117
  }
118
- export function __wbg___wbindgen_string_get_71bb4348194e31f0(arg0, arg1) {
118
+ export function __wbg___wbindgen_string_get_b0ca35b86a603356(arg0, arg1) {
119
119
  const obj = arg1;
120
120
  const ret = typeof(obj) === 'string' ? obj : undefined;
121
121
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
@@ -123,7 +123,7 @@ export function __wbg___wbindgen_string_get_71bb4348194e31f0(arg0, arg1) {
123
123
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
124
124
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
125
125
  }
126
- export function __wbg___wbindgen_throw_ea4887a5f8f9a9db(arg0, arg1) {
126
+ export function __wbg___wbindgen_throw_344f42d3211c4765(arg0, arg1) {
127
127
  throw new Error(getStringFromWasm0(arg0, arg1));
128
128
  }
129
129
  export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
@@ -137,15 +137,15 @@ export function __wbg_error_a6fa202b58aa1cd3(arg0, arg1) {
137
137
  wasm.__wbindgen_free(deferred0_0, deferred0_1, 1);
138
138
  }
139
139
  }
140
- export function __wbg_from_50138b2ca136f50c(arg0) {
140
+ export function __wbg_from_13e323c65fc8f464(arg0) {
141
141
  const ret = Array.from(arg0);
142
142
  return ret;
143
143
  }
144
- export function __wbg_get_unchecked_54a4374c38e08460(arg0, arg1) {
144
+ export function __wbg_get_unchecked_6e0ad6d2a41b06f6(arg0, arg1) {
145
145
  const ret = arg0[arg1 >>> 0];
146
146
  return ret;
147
147
  }
148
- export function __wbg_length_c6054974c0a6cdb9(arg0) {
148
+ export function __wbg_length_370319915dc99107(arg0) {
149
149
  const ret = arg0.length;
150
150
  return ret;
151
151
  }
package/picovolt_bg.wasm CHANGED
Binary file