OLD | NEW |
(Empty) | |
| 1 .. ref-sdbdb |
| 2 |
| 3 ================ |
| 4 SDB DB Reference |
| 5 ================ |
| 6 |
| 7 This module offers an ORM-like layer on top of SimpleDB. |
| 8 |
| 9 boto.sdb.db |
| 10 ----------- |
| 11 |
| 12 .. automodule:: boto.sdb.db |
| 13 :members: |
| 14 :undoc-members: |
| 15 |
| 16 boto.sdb.db.blob |
| 17 ---------------- |
| 18 |
| 19 .. automodule:: boto.sdb.db.blob |
| 20 :members: |
| 21 :undoc-members: |
| 22 |
| 23 boto.sdb.db.key |
| 24 --------------- |
| 25 |
| 26 .. automodule:: boto.sdb.db.key |
| 27 :members: |
| 28 :undoc-members: |
| 29 |
| 30 boto.sdb.db.manager |
| 31 ------------------- |
| 32 |
| 33 .. automodule:: boto.sdb.db.manager |
| 34 :members: |
| 35 :undoc-members: |
| 36 |
| 37 boto.sdb.db.manager.pgmanager |
| 38 ----------------------------- |
| 39 |
| 40 .. note:: |
| 41 |
| 42 This module requires psycopg2__ to be installed in the Python path. |
| 43 |
| 44 __ http://initd.org/ |
| 45 |
| 46 .. automodule:: boto.sdb.db.manager.pgmanager |
| 47 :members: |
| 48 :undoc-members: |
| 49 |
| 50 boto.sdb.db.manager.sdbmanager |
| 51 ------------------------------ |
| 52 |
| 53 .. automodule:: boto.sdb.db.manager.sdbmanager |
| 54 :members: |
| 55 :undoc-members: |
| 56 |
| 57 boto.sdb.db.manager.xmlmanager |
| 58 ------------------------------ |
| 59 |
| 60 .. automodule:: boto.sdb.db.manager.xmlmanager |
| 61 :members: |
| 62 :undoc-members: |
| 63 |
| 64 boto.sdb.db.model |
| 65 ----------------- |
| 66 |
| 67 .. automodule:: boto.sdb.db.model |
| 68 :members: |
| 69 :undoc-members: |
| 70 |
| 71 boto.sdb.db.property |
| 72 -------------------- |
| 73 |
| 74 .. automodule:: boto.sdb.db.property |
| 75 :members: |
| 76 :undoc-members: |
| 77 |
| 78 boto.sdb.db.query |
| 79 ----------------- |
| 80 |
| 81 .. automodule:: boto.sdb.db.query |
| 82 :members: |
| 83 :undoc-members: |
OLD | NEW |