forked from tywalch/electrodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/clustered indexes (tywalch#166)
* Initial typing commit * Typing for clustered options * Conjoined collections property * Working (existing) type tests * Working (existing) unit tests * Initial working unit tests * Fixes all tests * Updates readme and adds validation tests * Documentation updates * Documentation grammar updates * Fixes broken test * Adds/fixes type tests * Adds getTableName, setTableName, and setClient methods * CI command fix * Fixes all tests to use new filters * Version bump * Fixes tests and adds entity specific filtering in some clustered indexed queries * Uses single service name across all tests
- Loading branch information
Showing
29 changed files
with
3,313 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ node_js: | |
- '16' | ||
|
||
script: | ||
- npm run coverage-coveralls-local | ||
- npm run coverage:local:coveralls |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.