Statistics
| Branch: | Tag: | Revision:

root / pithos / backends / lib / sqlite @ e1f09a6e

Name Size
__init__.py 1.8 kB
dbworker.py 1.9 kB
dbwrapper.py 1.9 kB
groups.py 4.5 kB
node.py 27.5 kB
permissions.py 5 kB
public.py 2.2 kB
xfeatures.py 6.3 kB

Latest revisions

# Date Author Comment
e1f09a6e 11/21/2011 10:58 am Antony Chazapis

Fix backend.

04230536 11/21/2011 09:43 am Antony Chazapis

Reinstate map delete function.

Fixes #1510

e9363f82 11/15/2011 11:01 am Antony Chazapis

Clean up backend initialization options.

Refs #1510

d14fe290 11/09/2011 11:15 am Antony Chazapis

Add backend close method.

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,...

1c2fc0ff 10/04/2011 05:03 pm Antony Chazapis

Save hash maps like blocks - based on their hash.

Refs #1169

85a93d09 09/09/2011 02:07 pm Antony Chazapis

Make AlchemyBackend a ModularBackend module.

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

Make modular backend load modules dynamically.

View revisions

Also available in: Atom