开发者

How to query the filesystem (NTFS) with SQLite?

开发者 https://www.devze.com 2022-12-10 13:54 出处:网络
How can 开发者_运维百科I query the filesystem (NTFS) with SQLite?Maybe you\'ll find interesting this article: Query Anything with SQLite

How can 开发者_运维百科I query the filesystem (NTFS) with 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 [...]


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消