Wanted to drop by and mention that I just released the first public version of Struqtural. In a nutshell, Struqtural tries to make it as easy as possible to get data into a database, out of a database (as python objects) and to build some of the more common complex table arrangements. Struqtural also provides facades or additional functionality for some things in SQL Alchemy I didn't enjoy working with directly. I've tried to make it as configurable as possible, the behavior of most things can be changed pretty radically without any monkey patching.
More information is available at: Home page: http://www.turnkey-analytics.com/struqtural/ PyPI: http://pypi.python.org/pypi/Struqtural Source: https://code.launchpad.net/pydatastep Bugs: https://bugs.launchpad.net/pydatastep This library scratches a big itch of mine. I'm very interested in feedback on how I can develop it further to make it as useful as possible for other people. I'm also very interested in feedback from people here on how I can leverage SQL Alchemy more effectively. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en.
