Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 406 Bytes

File metadata and controls

16 lines (11 loc) · 406 Bytes
title Create a Project
sidebarTitle Create a Project

Description

MindsDB introduces projects that are a natural way to keep artifacts, such as models or views, separate according to what predictive task they solve. You can learn more about MindsDB projects here.

Syntax

Here is the syntax for creating a project:

CREATE PROJECT [IF NOT EXISTS] project_name;