~drizzle-trunk/drizzle/development

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Schemas
=======

Schemas are a collection of tables and other objects that are grouped with
one another. You can create, modify, and delete them.


.. toctree::
   :maxdepth: 2

   alter_schema
   create_schema
   drop_schema


*MySQL Compatibility*:

In Drizzle a "schema" is mapped to what MySQL refers to as a "database", and is stored in a "catalog".