Mongo.drop_database
You're seeing just the function
drop_database
, go back to Mongo module for more information.
Specs
drop_database(GenServer.server(), String.t()) :: :ok | {:error, Mongo.Error.t()}
Convenient function that drops the database name
.