Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用数据库的优点,而不是我自己管理的平面文件。我想使用 QSL 查询等,但没有单独安装数据库管理服务器。我想要一个可以免安装发布的程序,而不需要我的最终用户安装和配置 mysql 或 WAMP 或类似的东西。
有什么解决方案吗?
你可以试试 SQLite。它不需要单独的服务器实例,但您可以编写 SQL 查询。