Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/src/services/databases.ts>Databases#list

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Databases.prototype.list
import { Databases } from "https://deno.land/x/appwrite@9.0.0/src/services/databases.ts";

List Databases

Get a list of all databases from the current Appwrite project. You can use the search parameter to filter your results.

Parameters

optional
queries: string[]

Returns

Promise<Models.DatabaseList>