DROP DATABASE Synopsis Examples MySQL compatibility See also DROP DATABASE The DROP DATABASE statement permanently removes a specified database schema, and all of the table...
ALTER DATABASE Synopsis Examples MySQL compatibility See also ALTER DATABASE ALTER DATABASE is used to specify or modify the default character set and collation of the curr...
Create a Database Before you start What is database Create databases View databases Rules in database creation Next step Create a Database This document describes how to c...
Database instrumentation connection.execute_wrapper() Database instrumentation To help you understand and control the queries issued by your code, Django provides a hook for i...
Exposing the database service from the database verticle Exposing the database service from the database verticle As most of the database handling code has been moved to WikiDa...