db
Functions related to manipulating Milvus databases.
create_database() [READ MORE]
This operation creates a database using the provided database name.
drop_database() [READ MORE]
This operation drops a database using the provided database name.
list_database() [READ MORE]
This operation returns a list of database names from the connected Milvus instance.
using_database() [READ MORE]
This operation sets a database as the default for the current connection.