[sqlalchemy] Re: SQLAlchemy for c++

2009-06-08 Thread Can Xue
2009/6/8 Jarrod Chesney jarrod.ches...@gmail.com Hi All Does anyone knows where i can find information about using SQLAlchemy from c++ or even if its possible. SQLAlchemy is written in pure python. So, you question should be: * How to embed the Python interpreter in my C++ program? or *

[sqlalchemy] Re: SQLAlchemy for c++

2009-06-08 Thread Didip Kerabat
If you are looking for ORM in c++, maybe this conversation can help: http://stackoverflow.com/questions/74141/good-orm-for-c-solutions - Didip - On Sun, Jun 7, 2009 at 11:56 PM, Jarrod Chesney jarrod.ches...@gmail.comwrote: Hi All Does anyone knows where i can find information about using