Statistics
| Branch: | Tag: | Revision:

root / pithos / backends / lib / sqlalchemy / __init__.py @ 3d13f97a

History | View | Annotate | Download (1.8 kB)

# Date Author Comment
e9363f82 11/15/2011 11:01 am Antony Chazapis

Clean up backend initialization options.

Refs #1510

5e7485da 10/13/2011 04:41 pm Antony Chazapis

Merge policy into node. Needs database reset, or the following commands:

alter table policy rename to pre_policy;
create table if not exists policy
( node integer,
key text,
value text,...

2c5363a0 09/09/2011 01:50 pm Antony Chazapis

Make modular backend load modules dynamically.