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".
