2012年11月15日

摘要: 参考:http://hi.baidu.com/uybdifnwhtbhqsd/item/72177cb0ef74e59618469771SQLAlchemy是python里面最好的ORM框架一、安装easy_install SQLAlchemy二、使用-模型表相关建表,建class,再mapper1、连接数据库sqlite:engine=create_engine('sqlite:///%s' % os.path.join(os.getcwd(),'inventory.db'))mysql:engine=create_engine('mysql://us 阅读全文
posted @ 2012-11-15 18:58 @Jin 阅读(620) 评论(0) 推荐(0) 编辑

导航