Additional data store refactoring
authorSimo Sorce <simo@redhat.com>
Fri, 26 Sep 2014 21:41:04 +0000 (17:41 -0400)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Mon, 6 Oct 2014 18:55:08 +0000 (20:55 +0200)
commit086bb2e420fbf4f0fe7fd0ec4667737c063f2e0e
tree41587b383c80727c7de7c70fda628659aad163d7
parenta6ed2bba137df5fb8a9fb2931ccb2d92ca3fa0e0
Additional data store refactoring

Use sqlalchemy to access Sql databases, which  are the only implemented
database backends for now.
If no database type is specified we assume a sqlite3 database file path
is configured (this is backwards compatible with current configuration
statements)

Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
ipsilon/util/data.py