Skip to content

Commit

Permalink
Added async support for admin, as alternate methods on original class…
Browse files Browse the repository at this point in the history
…es (#272)

AstraDBADmin: methods
  async_database_info
  async_create_database
  async_list_databases
  async_drop_database

AstraDBDatabaseAdmin: methods
  async_list_namespaces
  async_create_namespace
  async_drop_namespace
  async_info
  async_drop

Utility functions:
  async_fetch_raw_database_info_from_id_token
  async_fetch_database_info

Added to core/ops.py as needed:
  async_get_databases
  async_get_database
  async_create_database
  async_terminate_database
  async_create_keyspace
  async_delete_keyspace

All idiomatic addtions come with tests, docstrings
  • Loading branch information
hemidactylus authored Apr 1, 2024
1 parent 7e6611a commit de71164
Show file tree
Hide file tree
Showing 4 changed files with 1,180 additions and 13 deletions.
Loading

0 comments on commit de71164

Please sign in to comment.