Skip to content
Marcel Stiebing edited this page Sep 13, 2024 · 9 revisions

Features

  • Implement docs with mkdocs
  • Implement collection.find_one()
  • Implement collection.find_one_with_id()
  • Implement collection.find_one_and_delete()
  • Implement collection.find_one_and_replace()
  • Implement collection.find_one_and_update()
  • Implement collection.find()
  • Implement collection.find_raw_batches()
  • Implement collection.insert_one()
  • Implement support for pure pydantic models in collection.insert_one()
  • Implement support for pure pydantic models in collection.insert_many()
  • Implement collection.update_one()
  • Implement collection.update_many()
  • Implement collection.delete_one()
  • Implement collection.delete_many()
  • Implement collection.replace_one()
  • Implement collection.create_index()
  • Implement collection.create_indexes()
  • Implement collection.drop_and_create_index()
  • Implement collection.drop_and_recreate_indexes()
  • Implement collection.drop_index()
  • Implement collection.drop_indexes()
  • Implement collection.list_indexes()
  • Implement collection.create_search_index()
  • Implement collection.create_search_indexes()
  • Implement collection.drop_search_index()
  • Implement collection.list_search_indexes()
  • Implement collection.index_information()
  • Implement collection.aggregate()
  • Implement collection.aggregate_raw_batches()
  • Implement collection.count_documents()
  • Implement collection.estimated_document_count()
  • Implement collection.bulk_write()
  • Implement collection.distinct()
  • Implement collection.rename()
  • Implement make the name of an index optional
  • Implement Transactions
  • Implement index creation in background
Clone this wiki locally