<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Hi guys,</div>
<div><br>
</div>
<div>In my attempt to not use oslo.cfg in taskflow I ended up re-creating a lot of what oslo-incubator db has but without the strong connection to oslo.cfg,</div>
<div><br>
</div>
<div>I was thinking that a majority of this code (which is also partially ceilometer influenced) could become oslo.db,</div>
<div><br>
</div>
<div><a href="https://github.com/stackforge/taskflow/blob/master/taskflow/persistence/backends/impl_sqlalchemy.py">https://github.com/stackforge/taskflow/blob/master/taskflow/persistence/backends/impl_sqlalchemy.py</a> (search for SQLAlchemyBackend as the main
 class).</div>
<div><br>
</div>
<div>It should be generic enough that it could be easily extracted to be the basis for oslo.db if that is desirable,</div>
<div><br>
</div>
<div>Thoughts/comments/questions welcome :-)</div>
<div><br>
</div>
<div>-Josh</div>
</body>
</html>