Hi<br><br>I&#39;m working in a project using megrok.rdb and I was wondering if I can use ideas used in megrok.trails to resolve traversals URLs. I was thinking on extending megrok.trails to something like megrok.rdbtrails (better names are welcome... :)<br>
<br>I didn&#39;t write any line of code yet, but I think that there isn&#39;t too much work to do actually, what I saw until now is:<br><br>using megrok.trails, you write<br><br>trails = [<br>    Trail(&#39;/person/:id&#39;, Person),<br>
]<br><br>and this resolve the URL<br><br><a href="http://example.com/app/person/3096">http://example.com/app/person/3096</a><br><br>by returning an instance, Person(id=3096).<br><br>megrok.rdbtrails should return something like<br>
<br>session = rdb.Session()<br>session.query(Person).filter(Person.id==3096).first()<br><br>I never used megrok.trails before, so maybe I&#39;m missing something, any comments? <br>anybody using megrok.rdb or megrok.trails that will find this useful?<br>
<br>Best Regards<br><br>-- <br>Santiago Videla<br><a href="http://www.revolucionesweb.com.ar">www.revolucionesweb.com.ar</a><br><a href="http://www.linkedin.com/in/svidela">http://www.linkedin.com/in/svidela</a><br><br>Sigue la mata dando de que hablar siempre abajo y a la izquierda donde el pensamiento que se hace corazón resplandece con la palabra sencilla y humilde que l@s tod@s somos.<br>