Hello Friends, I am a PHP developer and recently migrated to Python. In PHP, there are many classes available at for example phpclasses.org which saves a lot of developer's time. I am looking for similar kind of repository for python. I need a database wrapper class for accessing the database with python. One of the class i found was at http://www.devx.com/dbzone/Article/22093 . But i didnt find any other similar class. So i m wondering no one in this world has created such kind of classes. Is there any better approach to access database in Python. Am i on the wrong track? I m aware of the ORM and its advantage but for small projects it doesnt make sense to me to use ORM's. Can anyone suggest some suitable python database wrapper class.
Thanks in advance.