How can I view the index database in sqlite database browser program?

General discussion related to "Everything".
Post Reply
pk1991
Posts: 6
Joined: Mon Aug 12, 2019 3:08 pm

How can I view the index database in sqlite database browser program?

Post by pk1991 »

Hi developers,
For research purposes and for satisfying my curious mind, I like to view the index database in Sqlite Studio OR DB browser for Sqlite program
but program say the database is encrypted. How to open the database?
Please help

Thanks
Sincerely
Beloved user
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: How can I view the index database in sqlite database browser program?

Post by therube »

From within Everything, export to csv.
Then use that data to write it to your .sqlite.

There is also a Database recovery tool, viewtopic.php?t=4516, which would do similar.
pk1991
Posts: 6
Joined: Mon Aug 12, 2019 3:08 pm

Re: How can I view the index database in sqlite database browser program?

Post by pk1991 »

Dear developer,
I want to view the database directly. Is there a way to decrypt the database and open it in Sqlite DB browser program?

Thanks
void
Developer
Posts: 15095
Joined: Fri Oct 16, 2009 11:31 pm

Re: How can I view the index database in sqlite database browser program?

Post by void »

Everything does not use SQL.

There is no SQL interface to access the database directly.

An SQL interface is planned for a future release of Everything.


If you would like to make live querys to Everything, please try the SDK or IPC.
pk1991
Posts: 6
Joined: Mon Aug 12, 2019 3:08 pm

Re: How can I view the index database in sqlite database browser program?

Post by pk1991 »

Ok boss :(
Post Reply