Files
serenity/Base/usr/share/man/man1/Applications/SQLStudio.md
MacDue b222f411d6 Help: Replace file:// URLs with launch:// URLs
LibWeb already thinks it knows how to handle `file://` URLs, so does not
call into the client to handle the URL scheme. Replacing these with
`launch://` means LibWeb will call into `handle_custom_scheme`, which
allows the Help app to process these requests.
2025-04-04 09:54:07 -04:00

524 B

Name

Icon SQL Studio - SerenityOS SQL Manager

Open

Synopsis

$ 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

$ SQLStudio
$ SQLStudio /home/anon/Documents/sql/insert_values.sql