picovolt 0.12.0 → 1.0.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 +6 -5
- package/package.json +1 -1
- package/picovolt_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
# PicoVolt (PVDB)
|
|
2
2
|
|
|
3
3
|
[](https://github.com/MiniJe/picovolt/actions/workflows/ci.yml)
|
|
4
|
-
[](CHANGELOG.md)
|
|
5
5
|
[](LICENSE)
|
|
6
|
-

|
|
7
7
|
[](https://github.com/MiniJe/picovolt)
|
|
8
8
|
|
|
9
|
-
PicoVolt is an embedded database engine written from scratch in Rust.
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
PicoVolt is an embedded database engine written from scratch in Rust. As of 1.0
|
|
10
|
+
its public API and on-disk format are stable under Semantic Versioning. It is
|
|
11
|
+
young software and has not had an external security audit, so review it and keep
|
|
12
|
+
backups before trusting it with data you cannot regenerate.
|
|
12
13
|
|
|
13
14
|
If PicoVolt is useful to you, consider starring the repository on GitHub. It is
|
|
14
15
|
the simplest way to help others discover the project.
|
package/package.json
CHANGED
package/picovolt_bg.wasm
CHANGED
|
Binary file
|