Skip to content

BlackSearch is a tool for searching data in sqlite databases. The data can be simple text or a file from computer.

Notifications You must be signed in to change notification settings

darkDev8/Sqlite-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sqlite Search 👨🏽‍🎓👱🏾‍♀️

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

Arguments

  • [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.

Packages

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.

Screenshots

ERROR: RUN

About

BlackSearch is a tool for searching data in sqlite databases. The data can be simple text or a file from computer.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages