v0.1.19
DB
- Adds
UpdateCollection
and associated API+client methods - Adds
DeleteCollection
and associated API+client methods - Adds
GetCollectionIndexes
and associated API+client methods - Adds
dropIndex
toCollection
method - Adds index validation:
- Index path must hit a valid type in the schema
- Supported types: string, number, integer, boolean
- For unique indexes, ensure collection does not contain multiple instances with the same value at path
- Better schema validation errors
- Adds the ability to use an optional name when adding a DB internally or via
Manager
- Adds
ListDBs
toManager
and associated API+client methods
Closes #291
Closes #359
Closes #360
Closes #361
Closes #366
Closes #367