Re: [postmodern-devel] Tutorials, examples, and best practices

2012-11-21 Thread Sabra Crolleton
Attila, Any comments about things you discovered while writing or using this code? Cheers, Sabra On Wed, Nov 21, 2012 at 5:50 AM, Attila Lendvai wrote: > > I'm about to write some production code against a mid-sized, > fully normalized database. Any lessons learned in those kinds of >

Re: [postmodern-devel] Tutorials, examples, and best practices

2012-11-21 Thread Attila Lendvai
> I'm about to write some production code against a mid-sized, fully > normalized database. Any lessons learned in those kinds of environments > would be of interest. i'm not sure you'll find many things for direct copy-pasting, but here's an sql abstraction layer that has a postgresql

Re: [postmodern-devel] Tutorials, examples, and best practices

2012-11-20 Thread Patrick May
Sabra, Thanks, that's great stuff! Even simple examples showing how others use the package are valuable, and yours are far more detailed than I expected. Thanks again, Patrick On Nov 19, 2012, at 2:04 AM, Sabra Crolleton wrote: > It is probably too basic for you, but you might find

Re: [postmodern-devel] Tutorials, examples, and best practices

2012-11-18 Thread Sabra Crolleton
It is probably too basic for you, but you might find something useful at https://sites.google.com/site/sabraonthehill/postmodern-examples It is mostly just notes that I put together for someone on my staff. Cheers, Sabra On Mon, Nov 5, 2012 at 6:48 PM, Patrick May wrote: > Are there