SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,19 @@
SQLite Database Browser is a public domain visual tool used to create,
design and edit database files compatible with SQLite3.
It is meant to be used for users and developers who want to create
databases, edit and search data using a familiar spreadsheet-like interface,
without the need to learn complicated SQL commands.
Controls and wizards are available for users to:
* Create and compact database files
* Create, define, modify and delete tables
* Create, define and delete indexes
* Browse, edit, add and delete records
* Search records
* Import and export records as text
* Import and export tables from/to CSV files
* Import and export databases from/to SQL dump files
* Issue SQL queries and inspect the results
* Examine a log of all SQL commands issued by the application
This program, however, is not a visual shell for the sqlite command line tool.

View file

@ -0,0 +1,7 @@
@bin bin/sqlitebrowser
share/applications/sqlitebrowser.desktop
share/icons/hicolor/256x256/apps/sqlitebrowser.png
@tag gtk-update-icon-cache %D/share/icons/hicolor
@tag update-desktop-database
share/metainfo/
share/metainfo/sqlitebrowser.desktop.appdata.xml