如何使用 SQLite 查询文件系统(NTFS)?

发布于 2024-08-10 05:47:45 字数 33 浏览 4 评论 0原文

如何使用 SQLite 查询文件系统 (NTFS)?

How can I query the filesystem (NTFS) with SQLite?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清风夜微凉 2024-08-17 05:47:45

也许您会对这篇文章感兴趣:使用 SQLite 查询任何内容

[...] SQLite 有许多独特的
功能,最有趣的功能之一
其中是虚拟表。和
虚拟表,您不仅查询
数据库中有什么,但是什么是
在它之外也是如此。 例如,
只需编写一点代码,您就可以使用
SQLite 来搜索您的
文件系统和问题查询
[...]

Maybe you'll find interesting this article: Query Anything with SQLite

[...] SQLite has a number of unique
features, one of the most interesting
of which is virtual tables. With
virtual tables, you query not only
what is in a database, but what is
outside of it as well. For instance,
with a little coding, you could use
SQLite to search through your
filesystem and issue queries such as
[...]

盗梦空间 2024-08-17 05:47:45

你不能。

WinFS 似乎是一个基于 Microsoft SQL Server 的解决方案,运行在 NTFS 之上。但WinFS 仍在开发中。

You can't.

WinFS seems to be a solution based on Microsoft SQL Server that runs on top of NTFS. But WinFS is still in development.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文