-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support remaining database commands for MongoDB (#270)
* feat: support aggregate method for database context * feat: support listCollections/renameCollection/dropCollection/dropDatabase for database operations * feat: support create index command for database operations * refactor: add prefix to the method rules * feat: support indexInformation/remove-user/runCursorCommand methods for database operations * feat: support stats/profilingLevel/setProfilingLevel commands for database operations * feat: support admin commands for database operations
- Loading branch information
1 parent
c55ff02
commit d302bcd
Showing
27 changed files
with
10,231 additions
and
4,429 deletions.
There are no files selected for viewing
53 changes: 52 additions & 1 deletion
53
src/autocomplete/databases/mongo/generated/MongoLexer.interp
Large diffs are not rendered by default.
Oops, something went wrong.
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
1,109 changes: 615 additions & 494 deletions
1,109
src/autocomplete/databases/mongo/generated/MongoLexer.ts
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.