Hi all,
First I want to say how much I appreciate SQLAlchemy. I think it is by far the best ORM available for any language. Thank you Mike for this wonderful piece of software. I can’t imagine how many countless hours you’ve put into this. >From the day I started coding I’ve always been enthusiastic about databases. 2007 I created Doctrine, which is now the most popular ORM for PHP. Over the years I’ve switched to Python (I could’ve switched to Ruby, but didn’t like Rails’ ORM at all). Now I’m the CEO of a company called Fast Monkeys. We employ 15 people currently and develop solely with Python, SQLAlchemy and Flask. One of the key principles of our company is to contribute to our chosen open source technologies as much as possible. There are couple of interesting projects I would like to hear some feedback: SQLAlchemy-Utils https://github.com/kvesteri/sqlalchemy-utils Provides number of things for SQLAlchemy. Some highlights: - Batch fetching utilities (experimental at the moment) - We had a real life scenario were join loading, lazy loading and subquery loading were all too slow. - I used this https://groups.google.com/forum/#!topic/sqlalchemy/vHQlm0U5f2k as an inspiration. I agree this is a bottomless hole but I’m nevertheless willing to try to make something useful for SQLAlchemy users. :) - Number of new datatypes SQLAlchemy-Continuum https://github.com/kvesteri/sqlalchemy-continuum Hibernate Envers style versioning for SQLAlchemy declarative models. WTForms-Alchemy https://github.com/kvesteri/wtforms-alchemy Easily create WTForms forms from SQLAlchemy declarative models. The documentation is pretty poor on first two projects. I will add more docs in the following weeks. -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sqlalchemy. For more options, visit https://groups.google.com/groups/opt_out.
