Thorsten Muerell 4acb140b25 Version bump
2017-11-13 00:17:17 +01:00
2017-10-30 08:20:50 +01:00
2017-11-13 00:17:17 +01:00
2017-11-01 22:09:42 +01:00
2017-11-01 09:23:05 +01:00
2017-10-30 08:20:50 +01:00
2017-11-13 00:17:17 +01:00
2017-11-01 22:51:05 +01:00
2017-11-13 00:17:17 +01:00
2017-11-01 08:44:53 +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"
        }
      ]}
  ]
}
Description
No description provided
Readme 5.2 MiB
2019-04-24 21:48:39 +02:00
Languages
TypeScript 100%