List Projects

The listProjects() function lists all available projects.

Syntax

Use the listProjects() method to list all available projects:

Server server = MindsDB.connect();
List<Project> projects = server.listProjects();
Updated on