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.
我正在启动一个项目,我想了解自动创建包含请求结果的文本/CSV 文件的最佳方法。每次更新数据库时,我也希望更新该文件。我正在使用 LibreOffice Base。
干草,
在这种情况下,LibreOffice Base 不会为您提供帮助,因为它只是一个用于查询连接数据库的 GUI 工具。
每次收到请求并成功获取/操作数据库中的数据时,我都会考虑让您的后端附加到日志/CSV 文件。