首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
推荐学习书目
›
Learn Python the Hard Way
Python Sites
›
PyPI
- Python Package Index
›
http://diveintopython.org/toc/index.html
›
Pocoo
值得关注的项目
›
PyPy
›
Celery
›
Jinja2
›
Read the Docs
›
gevent
›
pyenv
›
virtualenv
›
Stackless Python
›
Beautiful Soup
›
结巴中文分词
›
Green Unicorn
›
Sentry
›
Shovel
›
Pyflakes
›
pytest
Python 编程
›
pep8 Checker
Styles
›
PEP 8
›
Google Python Style Guide
›
Code Style from The Hitchhiker's Guide
V2EX
›
Python
对于一个现有的数据库,SQLAlchemy可以做逆向嘛?需求就是旧的系统改造成Python的新系统。但是数据库(MySQL的)沿用以前的.
azure
·
2012-10-10 13:45:39 +08:00
· 3124 次点击
这是一个创建于 4409 天前的主题,其中的信息可能已经有所发展或是发生改变。
旧的系统改造成Python的新系统。但是数据库(MySQL的)沿用以前的.
第一步计划目前是前端全部改成Python。
后端还有一些复杂的数据管理功能和业务功能依然沿用老系统的,以后逐步更换。
可以实现嘛?有什么方便的工具嘛?
Python
数据库
系统
2 条回复
•
1970-01-01 08:00:00 +08:00
1
bhuztez
2012-10-10 14:03:54 +08:00
http://docs.sqlalchemy.org/en/rel_0_7/core/schema.html#metadata-reflection
2
jamiesun
2012-10-10 14:32:01 +08:00
使用 sqlautocode
sqlautocode mysql://root:root@localhost/db -d -o
models.py
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1868 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms ·
UTC 16:28
·
PVG 00:28
·
LAX 08:28
·
JFK 11:28
Developed with
CodeLauncher
♥ Do have faith in what you're doing.