[sqlalchemy] [RFC] Connecting SqlAlchemy to NoSQL DBs

2015-07-31 Thread Olemis Lang
Hello everybody . This is the first message I send to the group , so I'll introduce myself . My name is Olemis Lang . I have +10 years of experience in the software development / engineering business , most of the time doing something related to Python development . I participated in PyCon 2014 ,

[sqlalchemy] searching for multiple ( unknown mumber) keywords

2015-07-31 Thread Jinghui Niu
for example, I'd like to search for keywords foo, bar and possibly but not necessarily more keywords in the description column of my *Item* class, so I build a list of such keywords: [foo, bar], and then use primitive looping to achieve my goal: query_obj = session.query(Item) for k in