【问题标题】:Does anybody know Python open souce web applications that use sqlite library? [closed]有人知道使用 sqlite 库的 Python 开源 Web 应用程序吗? [关闭]
【发布时间】:2012-02-17 07:25:22
【问题描述】:

我需要找到这种用 Python 编写的使用 sqlite 库的开源 Web 应用程序吗?

【问题讨论】:

    标签: python open-source python-3.x


    【解决方案1】:

    Web2py。它使用 SQLite 作为默认后端。

    【讨论】:

      【解决方案2】:

      根据SQLLiteSQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files.的文档,SQLLite 将使用文件系统来存储数据。您可以提供必须存储数据的路径。

      Python 提供了许多 Web 框架,例如 DjangoPloneFlask...

      http://www.wiki.python.org/moin/WebFrameworks中提到的所有框架

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2010-11-08
        • 2023-03-22
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多