Skip to content

v0.1.19

Compare
Choose a tag to compare
@sanderpick sanderpick released this 29 May 23:10
· 203 commits to master since this release
b4bc2c4

DB

  • Adds UpdateCollection and associated API+client methods
  • Adds DeleteCollection and associated API+client methods
  • Adds GetCollectionIndexes and associated API+client methods
  • Adds dropIndex to Collection 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 to Manager and associated API+client methods

Closes #291
Closes #359
Closes #360
Closes #361
Closes #366
Closes #367