Django Book 翻译
菜单>:
TOC
返回
原文:
SQL is inconsistent across database platforms. If youre distributing a Web application, for example, its much more pragmatic to distribute a Python module that describes your data layout than separate sets of ``CREATE TABLE`` statements for MySQL, PostgreSQL, and SQLite.
翻译:
SQL还有在不同数据库平台的兼容性问题。你必须为不同的数据库编写不同的SQL脚本, 而Python的模块就不会有这个问题。
备注:
译者: