[DRAFT]This page is not published. Only visible in development mode.

Namespaces

Namespaces group related tables, views, and other objects. Every schema object belongs to a namespace.

Create a Namespace

$ Create Namespace
$ ctrl+enter to run

Use CREATE NAMESPACE to define a new namespace. Tables and other objects reference their namespace with the :: separator.

Using Namespaces

$ Table in Namespace
$ ctrl+enter to run

All tables, views, procedures, and events are scoped to a namespace. This keeps your schema organized as it grows.