ueberdb2 5.0.6 → 5.0.15
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 +9 -7
- package/dist/databases/surrealdb_db.d.ts +3 -3
- package/dist/databases/surrealdb_db.d.ts.map +1 -1
- package/dist/index.js +21867 -21615
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -25,6 +25,7 @@ writes are done in a bulk. This can be turned off.
|
|
|
25
25
|
* Postgres (single connection and with connection pool)
|
|
26
26
|
* Redis
|
|
27
27
|
* Rethink
|
|
28
|
+
* `rustydb`
|
|
28
29
|
* SQLite
|
|
29
30
|
* Surrealdb
|
|
30
31
|
*
|
|
@@ -211,18 +212,19 @@ const ueberdb = require('ueberdb2');
|
|
|
211
212
|
|
|
212
213
|
| | Get | Set | findKeys | Remove | getSub | setSub | doBulk | CI Coverage |
|
|
213
214
|
|---------------|-----|-----|----------|--------|--------|--------|--------|-------------|
|
|
214
|
-
| cassandra | ✓ | ✓ | * | ✓ | ✓ | ✓ | ✓ |
|
|
215
|
-
| couchdb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
215
|
+
| cassandra | ✓ | ✓ | * | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
216
|
+
| couchdb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
216
217
|
| dirty | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
|
|
217
|
-
| dirty_git | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |
|
|
218
|
-
| elasticsearch | ✓ | ✓ | * | ✓ | ✓ | ✓ | ✓ |
|
|
219
|
-
| maria | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
218
|
+
| dirty_git | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
|
|
219
|
+
| elasticsearch | ✓ | ✓ | * | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
220
|
+
| maria | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
220
221
|
| mysql | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
221
222
|
| postgres | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
222
223
|
| redis | ✓ | ✓ | * | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
223
|
-
| rethinkdb | ✓ | ✓ | * | ✓ | ✓ | ✓ | ✓ |
|
|
224
|
+
| rethinkdb | ✓ | ✓ | * | ✓ | ✓ | ✓ | ✓ |
|
|
225
|
+
| rustydb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
224
226
|
| sqlite | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
225
|
-
| surrealdb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
227
|
+
| surrealdb | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
|
226
228
|
|
|
227
229
|
## Limitations
|
|
228
230
|
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import AbstractDatabase, { Settings } from '../lib/AbstractDatabase';
|
|
17
|
-
import Surreal from 'surrealdb
|
|
17
|
+
import Surreal from 'surrealdb';
|
|
18
18
|
import { BulkObject } from "./cassandra_db";
|
|
19
|
-
import { QueryResult } from "surrealdb
|
|
19
|
+
import { QueryResult } from "surrealdb";
|
|
20
20
|
type StoreVal = {
|
|
21
21
|
key: string;
|
|
22
22
|
value: string;
|
|
@@ -33,7 +33,7 @@ export default class SurrealDB extends AbstractDatabase {
|
|
|
33
33
|
transformWildcardNegative(key: string, keyExpr: string): string;
|
|
34
34
|
transformResult(res: QueryResult<StoreVal[]>[], originalKey: string): string[];
|
|
35
35
|
set(key: string, value: string): Promise<null | undefined>;
|
|
36
|
-
remove(key: string): Promise<
|
|
36
|
+
remove(key: string): Promise<unknown[] | null>;
|
|
37
37
|
doBulk(bulk: BulkObject[]): Promise<null | undefined>;
|
|
38
38
|
close(): Promise<null | undefined>;
|
|
39
39
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surrealdb_db.d.ts","sourceRoot":"","sources":["../../databases/surrealdb_db.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,gBAAgB,EAAE,EAAC,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AACnE,OAAO,OAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"surrealdb_db.d.ts","sourceRoot":"","sources":["../../databases/surrealdb_db.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,gBAAgB,EAAE,EAAC,QAAQ,EAAC,MAAM,yBAAyB,CAAC;AACnE,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAC,WAAW,EAAC,MAAM,WAAW,CAAC;AAKtC,KAAK,QAAQ,GAAG;IACZ,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;CACf,CAAA;AAqBD,MAAM,CAAC,OAAO,OAAO,SAAU,SAAQ,gBAAgB;IAC5C,OAAO,EAAE,OAAO,GAAG,IAAI,CAAC;gBACnB,QAAQ,EAAC,QAAQ;IAK7B,IAAI,OAAO,YAAmB;IAExB,IAAI;IAqBJ,GAAG,CAAC,GAAG,EAAC,MAAM;IAmBd,QAAQ,CAAC,GAAG,EAAC,MAAM,EAAE,MAAM,EAAC,MAAM;IAkBxC,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAe9C,yBAAyB,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;IAetD,eAAe,CAAC,GAAG,EAAE,WAAW,CAAC,QAAQ,EAAE,CAAC,EAAE,EAAE,WAAW,EAAC,MAAM;IAY5D,GAAG,CAAC,GAAG,EAAC,MAAM,EAAE,KAAK,EAAC,MAAM;IAa5B,MAAM,CAAC,GAAG,EAAC,MAAM;IAMjB,MAAM,CAAC,IAAI,EAAE,UAAU,EAAE;IAYzB,KAAK;CAKd"}
|