storage

Fixture storage media.

You most likely will only need the wrapper classes in fixtures .


Classes

C Stor(...) ...

interface for a storage medium.

This class contains 4 members.

C SOStor(...) ...

SQLObject storage medium.

so_class: the SQLObject class to actually stor with

This class contains 4 members.

C FileStor(...) ...

abstract Stor object that involves storing a file.

This class contains 4 members.

C CsvStor(...) ...

CSV storage medium.

This class contains 4 members.

C XmlStor(...) ...

XML file storage medium.

note that this is not meant to get crazy, but just meant to make an XML representation of tabular data ... in other words the structure needs to be basically:

<rows><row><col>...</col></row></rows>

This class contains 10 members.

See the source for more information.