BlackSearch is a tool for searching data in sqlite databases.
The data can be simple text or a file from computer.
The key is a simple text, software detect tables first and fetch data column by column from table.
Then software begin search the data from memory list.
For searching the files, same will happen but instead of String it will search bytes of data from file with bytes from database.
Contents
- [P] The database path.
- [K] Key to search in database.
- [W] Wildcard for searching and finding databases.
- [F] File path to read from computer and search in database.
- [R] Count records of table while fetching data.
- [C] Enable case sensitive search for key.
- [L] Create a log file after search.
| Package name | Description |
|---|---|
| com.black.search.commands | Commands for searching and listing files. |
| com.black.search.database | Database tools. |
| com.black.search.main | Main class and engine of software. |
| com.black.search.util | Tools and boot system. |
