Releases Releases Releases

Ian Bicking has a new post up: Releases Releases Releases

In it he details the numerous projects he’s working on – the most tasty one for me is the SQLObject project which allows you to abstract out the DB “intelligence” from the actual program (i.e.: A DB Layer).

This might be interesting for me if I can free up a thread or two to figure out how to leverage it in my (getting) db heavy apps internally.

I hate code bloat, and handling the DB for multiple database with multiple consumers and updaters is adding quite a bit of duplicate code, etc.

blog comments powered by Disqus