Using db.posts is much nicer than db.welcome___posts, especially when
someone installs an application under a different name, because you do
not need to modify the code.
Namespaces in the DAL could also be used to explicitly control whether
specific tables are intended to be private or shared between apps (eg.
t2).
Do any of the SQL drivers do anything similar already?
Robin
mdipierro
unread,
Jan 18, 2009, 1:52:26 AM1/18/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py Web Framework
Let me think about this. I like the idea but it does not look easy.