Skip to content

Commit 28416f4

Browse files
revolterjustinclift
authored andcommitted
Add missing SQLCipher support information to the homepage
1 parent 25027be commit 28416f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ title: DB Browser for SQLite
1414
_DB Browser for SQLite_ (DB4S) is a high quality, visual,
1515
[open source](https://github.com/sqlitebrowser/sqlitebrowser) tool
1616
designed for people who want to create, search, and edit
17-
[SQLite](https://www.sqlite.org/) database files.
17+
[SQLite](https://www.sqlite.org/) or [SQLCipher](https://www.zetetic.net/sqlcipher/) database files.
1818
DB4S gives a familiar spreadsheet-like interface on the database
1919
in addition to providing a full SQL query facility.
2020
It works with [Windows](./dl#windows),
@@ -39,6 +39,7 @@ Controls and wizards are available to:
3939
* Issue SQL queries and inspect the results
4040
* Examine a log of all SQL commands issued by the application
4141
* Plot simple graphs based on table or query data
42+
* Add, change, remove SQLCipher encryption from database files
4243

4344
## Current Status
4445

0 commit comments

Comments
 (0)