【问题标题】:Does anybody know Python open souce web applications that use sqlite library? [closed]有人知道使用 sqlite 库的 Python 开源 Web 应用程序吗? [关闭] 【发布时间】:2012-02-17 07:25:22 【问题描述】:
根据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 将使用文件系统来存储数据。您可以提供必须存储数据的路径。