Re: [SQLObject] Managing hierarchical data
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Oleg B. <ph...@ph...> - 2010-10-28 21:09:06
|
On Thu, Oct 28, 2010 at 08:16:33PM +0000, Mark wrote: > I can easily set up the > tree in my python code and pickle it. My not so humble opinion on that is - don't do that. Use portable tools (portable between languages, I mean in this case). SQL is quite a portable tool; if your project eventually grows up to include a number of developers they would want to use different languages for different tasks, for example, Java to create reports and PHP for quick-and-dirty backoffice; in this case having a well thought out SQL schema is a big advantage. Oleg. -- Oleg Broytman http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |