restructure
This commit is contained in:
parent
ef7661245b
commit
598a10bc28
182 changed files with 342 additions and 336 deletions
|
@ -5,9 +5,9 @@ website: https://sqlitebrowser.org
|
|||
repo: https://github.com/sqlitebrowser/sqlitebrowser
|
||||
---
|
||||
# DB Browser for SQLite
|
||||
_DB Browser for SQLite_ (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with [SQLite](../../programming/SQLite.md).
|
||||
_DB Browser for SQLite_ (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with [SQLite](../../dev/programming/SQLite.md).
|
||||
|
||||
DB4S is for users and developers who want to create, search, and edit databases. DB4S uses a familiar spreadsheet-like interface, and complicated [SQL](../../programming/languages/SQL.md) commands do not have to be learned.
|
||||
DB4S is for users and developers who want to create, search, and edit databases. DB4S uses a familiar spreadsheet-like interface, and complicated [SQL](../../dev/programming/languages/SQL.md) commands do not have to be learned.
|
||||
|
||||
Controls and wizards are available for users to:
|
||||
|
||||
|
@ -18,9 +18,9 @@ Controls and wizards are available for users to:
|
|||
- Search records
|
||||
- Import and export records as text
|
||||
- Import and export tables from/to [CSV](../../files/CSV.md) files
|
||||
- Import and export databases from/to [SQL](../../programming/languages/SQL.md) dump files
|
||||
- Issue [SQL](../../programming/languages/SQL.md) queries and inspect the results
|
||||
- Examine a log of all [SQL](../../programming/languages/SQL.md) commands issued by the application
|
||||
- Import and export databases from/to [SQL](../../dev/programming/languages/SQL.md) dump files
|
||||
- Issue [SQL](../../dev/programming/languages/SQL.md) queries and inspect the results
|
||||
- Examine a log of all [SQL](../../dev/programming/languages/SQL.md) commands issued by the application
|
||||
- Plot simple graphs based on table or query data
|
||||
|
||||
![Screenshot][Screenshot]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue