Skip to content

Commit 2213034

Browse files
committed
chore: update js-lint to 0.2.11 and delete .prettierrc since its no longer needed
1 parent fe9266c commit 2213034

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

.prettierrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# js-db
22

3-
DB is library managing key value state for MatrixAI's JavaScript/TypeScript applications.
3+
DB is library managing key value state for MatrixAI's JavaScript/TypeScript
4+
applications.
45

5-
This forks classic-level's C++ binding code around LevelDB 1.20. Differences from classic-level:
6+
This forks classic-level's C++ binding code around LevelDB 1.20. Differences
7+
from classic-level:
68

79
- Uses TypeScript from ground-up
810
- Supports Snapshot-Isolation based transactions via `DBTransaction`
9-
- API supports "key paths" which can be used to manipulate "levels" of nested keys
10-
- Value encryption (key-encryption is not supported yet) - requires additional work with block-encryption
11+
- API supports "key paths" which can be used to manipulate "levels" of nested
12+
keys
13+
- Value encryption (key-encryption is not supported yet) - requires additional
14+
work with block-encryption
1115
- Uses RocksDB
1216

1317
## Installation
@@ -71,11 +75,13 @@ async function main() {
7175
main();
7276
```
7377

74-
If you created the `DB` with a `crypto` object, then upon restarting the `DB`, you must pass in the same `crypto` object.
78+
If you created the `DB` with a `crypto` object, then upon restarting the `DB`,
79+
you must pass in the same `crypto` object.
7580

7681
## Development
7782

78-
This project uses Git submodules to bring in rocksdb. **Make sure to clone recursively.**
83+
This project uses Git submodules to bring in rocksdb. **Make sure to clone
84+
recursively.**
7985

8086
If you already cloned, run this:
8187

@@ -106,7 +112,9 @@ npm run lintfix
106112
npm run bench
107113
```
108114

109-
View benchmarks here: https://github.com/MatrixAI/js-db/blob/master/benches/results with https://raw.githack.com/
115+
View benchmarks here:
116+
https://github.com/MatrixAI/js-db/blob/master/benches/results with
117+
https://raw.githack.com/
110118

111119
### Docs Generation
112120

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"node-gyp-build": "4.4.0"
5252
},
5353
"devDependencies": {
54-
"@matrixai/lint": "^0.2.6",
54+
"@matrixai/lint": "^0.2.11",
5555
"@swc/core": "1.3.82",
5656
"@swc/jest": "^0.2.29",
5757
"@types/jest": "^29.5.2",

0 commit comments

Comments
 (0)