Module db
source code
Plugin for our managing the OMERO database.
Plugin read by omero.cli.Cli during initialization. The method(s)
defined here will be added to the Cli class for later use.
Copyright 2008 Glencoe Software, Inc. All rights reserved. Use is
subject to license terms supplied in LICENSE.txt
|
HELP = """ omero db [ scrip...
|
Imports:
Exception,
Arguments,
BaseControl,
VERSION,
omero,
time
HELP
- Value:
""" omero db [ script ]
Database tools:
script - Generates a script for creating an OMERO database
"""
|
|