mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
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.
524 B
524 B
Name
SQL Studio - SerenityOS SQL Manager
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 rundatabase.db: SQL database to open and run scripts against
Examples
$ SQLStudio
$ SQLStudio /home/anon/Documents/sql/insert_values.sql