![]() | 1 cabbala 2012-12-28 21:33:46 +08:00 频繁改字段,这是什么需求。。。 |
![]() | 3 Livid MOD PRO 如果你需要的是一个 schema less 的数据库,那么你可以去看看 MongoDB: http://www.mongodb.org/ 而如果要在 MySQL 上做到同样的效果,我也好奇目前在 Python 世界里还有什么好的解决方案。 GAE 的数据库在数据量小的时候还好,但是量大了之后,就实在是太贵了。 |
![]() | 4 wissen 2012-12-28 22:23:37 +08:00 ![]() This is South, intelligent schema and data migrations for Django projects. http://south.aeracode.org/ |
![]() | 5 sillyousu 2012-12-28 22:30:51 +08:00 via Android sqlalchemy 也有两个类似south的工具。没用过,据说好用,都是sqlalchemy作者写的。 |
![]() | 6 sillyousu 2012-12-28 22:39:44 +08:00 via Android Alembic is a new database migrations tool, written by the author of SQLAlchemy. http://pypi.python.org/pypi/alembic |