micromongo

micromongo 0.1.4

micromongo is a tiny layer around pymongo that allows you to create simple ORM-style classes which can perform validation, allow dot access to documents, auto-wrap queryset results, and give you pre/post save hooks.It's designed with microframeworks in...

odbcpp

odbcpp 1.7

odbcpp is a strong C++ wrapper for the ODBC database library.The ODBC library is a great concept. It is a library that wraps the implementation details from database managers inside a driver that can be access from one standard library.The problem with...