JDBSearch is a tool that lets you search for an expression anywhere in a database. The tool is easy and quick thinks to the use of multi-threading.
It can be very useful for software developers and database users by helping them avoid the loss of time caused mainly by the lack of documentation and the size of some databases.
JDBSearch allows to refine the search by letting the user choose from the following options, helping to filter the obtained results:
• Control the number of parallel searches (multi-threading);
• Enabling or disabling case sensitivity;
• Ability to search for whole expressions or expressions included in others (LIKE %%);
• Remove unwanted spaces added by DBMS when doing comparison.
Th tool works with MySQL, Oracle and Posgresql , other databases will be added in the future. Everyone is invited to contribute in this project.
Binaries are available for download under the releases tab or on the tool web page :
https://github.com/tutoref/jdbsearch/releases/tag/v1.0
https://tutoref.com/jdbsearch-find-an-expression-anywhere-in-a-database
Windows binaries are built using Launch4j
launch4j.sourceforge.net