Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added async support for admin, as alternate methods on original classes #272

Merged
merged 1 commit into from
Apr 1, 2024

Commits on Apr 1, 2024

  1. Added async support for admin, as alternate methods on original classes

    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
    hemidactylus committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    db2e91b View commit details
    Browse the repository at this point in the history