Documentation+SQLStudio: Add manual page for SQL Studio

This commit is contained in:
Dylan Katz 2022-04-08 20:33:12 -07:00 committed by Linus Groh
commit a79896bb44
Notes: sideshowbarker 2024-07-19 17:05:49 +09:00
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,28 @@
## Name
![Icon](/res/icons/16x16/app-sql-studio.png) SQL Studio - SerenityOS SQL Manager
[Open](file:///bin/SQLStudio)
## Synopsis
```**sh
$ SQLStudio [script.sql | database.db]
```
## Description
SQL Studio is a graphical SQL manager program that allows the user to create and edit
SQL scripts.
## Arguments
* `script.sql`: SQL script to open, edit or run
* `database.db`: SQL database to open and run scripts against
## Examples
```sh
$ SQLStudio
$ SQLStudio /home/anon/Documents/sql/insert_values.sql
```