Page 1 of 1

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

Posted: Sat Aug 24, 2019 11:05 pm
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

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

Posted: Sun Aug 25, 2019 10:39 am
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.

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

Posted: Sun Aug 25, 2019 11:09 am
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

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

Posted: Sun Aug 25, 2019 11:24 am
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.

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

Posted: Sun Aug 25, 2019 11:29 am
by pk1991
Ok boss :(