import { Databases } from "https://deno.land/x/appwrite@6.0.0/mod.ts";
Create Collection
Create a new Collection. Before using this route, you should create a new database resource using either a server integration API or directly from your database console.
Returns
Promise<Models.Collection>