-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Plugin system to preview values e.g. json, XML or even pdf * Improve Edit data dialog inc. issue #155 * Fix issues #159, #160, #161 * Up SQLite to 3.46.0
- Loading branch information
1 parent
26689bd
commit a5cd1b8
Showing
20 changed files
with
7,141 additions
and
4,404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
bin/ | ||
obj/ | ||
out/ | ||
extensions/*.dll | ||
extensions/*.bat | ||
include/*.bat | ||
http-debug.txt | ||
sqlite-gui.depend | ||
sqlite-gui.layout | ||
ToDo.txt | ||
*.txt | ||
*.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Small, simple, [powerfull](https://youtu.be/lctkqWD7HTk), fast, free. | |
* Database comparison | ||
* Search text in the whole database | ||
* Data generator | ||
* [Extension manager](https://github.com/little-brother/sqlite-gui/wiki#extension-manager) | ||
* [Add-ons](https://github.com/little-brother/sqlite-gui/wiki#add-ons) | ||
* [Cross-database queries](https://github.com/little-brother/sqlite-gui/wiki#cross-database-queries) (odbc-extension is required) | ||
* [Quick data references](https://github.com/little-brother/sqlite-gui/wiki#quick-references) | ||
* [Terminal mode](https://raw.githubusercontent.com/little-brother/sqlite-gui/master/resources/terminal.webp) | ||
|
@@ -32,4 +32,4 @@ Small, simple, [powerfull](https://youtu.be/lctkqWD7HTk), fast, free. | |
Need a much simpler tool? Try [sqlite-x](https://github.com/little-brother/sqlite-x)! | ||
|
||
If you like the project, press the like-button on [AlternativeTo](https://alternativeto.net/software/sqlite-gui/about) or rate the app on [Softpedia](https://www.softpedia.com/get/Internet/Servers/Database-Utils/SQLite-GUI-LB.shtml) to support it.<br> | ||
If you have any problems, comments or suggestions, check [Wiki](https://github.com/little-brother/sqlite-gui/wiki), create [issue](https://github.com/little-brother/sqlite-gui/issues) or just let me know <a href="mailto:[email protected]?subject=sqlite-gui">[email protected]</a>. | ||
If you have any problems, comments or suggestions, check [Wiki](https://github.com/little-brother/sqlite-gui/wiki), create [issue](https://github.com/little-brother/sqlite-gui/issues) or just let me know <a href="mailto:[email protected]?subject=sqlite-gui">[email protected]</a>. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.