taskflow/taskflow/persistence
Joshua Harlow 687ec91379 Rework the sqlalchemy backend
We can just simplify the usage of an sqlalchemy if we just use
(we already have our own ORM like objects anyway) sqlalchemy core
in the first place and have a very tiny layer that converts back and
forth from our very limited object model that we use in our
persistence layer.

This change makes that adjustment, which makes it easier to read
and understand the actions the sqlalchemy backend is doing when
saving, reading and updating data, and avoids yet another layer
that isn't useful for our purposes anyway.

Change-Id: I911c509f65e7845aee86fed1622eaa56970741f2
2015-02-10 05:36:44 +00:00
..
backends Rework the sqlalchemy backend 2015-02-10 05:36:44 +00:00
__init__.py Removed copyright from empty files 2014-02-22 17:16:29 +08:00
base.py Make all/most usage of type errors follow a similar pattern 2015-01-23 18:25:01 -08:00
logbook.py Make all/most usage of type errors follow a similar pattern 2015-01-23 18:25:01 -08:00