| Index: third_party/gsutil/boto/docs/source/ref/sdb_db.rst
|
| diff --git a/third_party/gsutil/boto/docs/source/ref/sdb_db.rst b/third_party/gsutil/boto/docs/source/ref/sdb_db.rst
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5b77e2bc769594a16c4f1cdc1d2e14e71c45e2ef
|
| --- /dev/null
|
| +++ b/third_party/gsutil/boto/docs/source/ref/sdb_db.rst
|
| @@ -0,0 +1,83 @@
|
| +.. ref-sdbdb
|
| +
|
| +================
|
| +SDB DB Reference
|
| +================
|
| +
|
| +This module offers an ORM-like layer on top of SimpleDB.
|
| +
|
| +boto.sdb.db
|
| +-----------
|
| +
|
| +.. automodule:: boto.sdb.db
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.blob
|
| +----------------
|
| +
|
| +.. automodule:: boto.sdb.db.blob
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.key
|
| +---------------
|
| +
|
| +.. automodule:: boto.sdb.db.key
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.manager
|
| +-------------------
|
| +
|
| +.. automodule:: boto.sdb.db.manager
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.manager.pgmanager
|
| +-----------------------------
|
| +
|
| +.. note::
|
| +
|
| + This module requires psycopg2__ to be installed in the Python path.
|
| +
|
| + __ http://initd.org/
|
| +
|
| +.. automodule:: boto.sdb.db.manager.pgmanager
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.manager.sdbmanager
|
| +------------------------------
|
| +
|
| +.. automodule:: boto.sdb.db.manager.sdbmanager
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.manager.xmlmanager
|
| +------------------------------
|
| +
|
| +.. automodule:: boto.sdb.db.manager.xmlmanager
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.model
|
| +-----------------
|
| +
|
| +.. automodule:: boto.sdb.db.model
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.property
|
| +--------------------
|
| +
|
| +.. automodule:: boto.sdb.db.property
|
| + :members:
|
| + :undoc-members:
|
| +
|
| +boto.sdb.db.query
|
| +-----------------
|
| +
|
| +.. automodule:: boto.sdb.db.query
|
| + :members:
|
| + :undoc-members:
|
|
|