Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added async support for admin, as alternate methods on original class…
…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