2019-04-24 21:47:42 +02:00
2017-10-30 08:20:50 +01:00
2017-11-14 00:46:10 +01:00
2019-04-24 21:47:42 +02:00
2017-11-01 22:09:42 +01:00
2018-10-06 21:09:42 +02:00
2017-10-30 08:20:50 +01:00
2017-11-21 23:02:02 +01:00
2018-10-06 21:09:42 +02:00
2019-04-24 21:47:42 +02:00
2017-11-13 21:33:26 +01:00
2017-11-01 09:23:46 +01:00
2017-10-30 08:20:50 +01:00
2017-10-30 08:20:50 +01:00

frog

This is a better TOAD (i.e. a SQL client for Oracle Databases)

Usage

  • The best experience is with the PL/SQL extension installed.
  • Ctrl+Enter executes the currently selected command
  • The results are shown in a HTML preview window. You can use Alt+Cmd+1 to switch the window to the bottom.

Configuration file

To configure the available connections you can create a file named .frog.json in your home directory with a content like this:

{ "type": "folder",
  "name": "root",
  "items": [
    { "type": "folder",
      "name": "Example Folder",
      "items": [
        {
          "type": "connection",
          "name": "Connection 1",
          "host": "127.0.0.1",
          "port": 1521,
          "sid": "world",
          "username": "scott",
          "password": "tiger"
        }
      ]}
  ]
}

Credits

Extension icon made by Smashicons from www.flaticon.com

Description
No description provided
Readme 5.2 MiB
2019-04-24 21:48:39 +02:00
Languages
TypeScript 100%