Database.createCollection(collectionName: string): Promise<Object>

    创建集合,如果集合已经存在会创建失败

    Promise.<Object>