mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
81b71624cc
build with the new Qt6 support, removing the last remaining use of the Qt5 version of QScintilla add optional sqlcipher flavour
24 lines
951 B
Plaintext
24 lines
951 B
Plaintext
DB Browser for SQLite (DB4S, also known as sqlitebrowser) is a high
|
|
quality visual tool designed for people who want to create, search,
|
|
and edit SQLite or SQLCipher database files.
|
|
|
|
DB4S gives a familiar spreadsheet-like interface providing access to
|
|
the full capability of the underlying database. Controls and wizards
|
|
are available to:
|
|
|
|
Create and compact database files
|
|
Create, define, modify and delete tables
|
|
Create, define, and delete indexes
|
|
Browse, edit, add, and delete records
|
|
Sort and 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
|
|
Plot simple graphs based on table or query data
|
|
Add, change, remove SQLCipher encryption from database files
|
|
|
|
Flavour:
|
|
sqlcipher - build with SQLCipher support
|