mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
Documentation+SQLStudio: Add manual page for SQL Studio
This commit is contained in:
parent
ec45ffadc2
commit
a79896bb44
2 changed files with 31 additions and 0 deletions
28
Base/usr/share/man/man1/SQLStudio.md
Normal file
28
Base/usr/share/man/man1/SQLStudio.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
## Name
|
||||
|
||||
 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue