We call an engine - a set of functions to access specific database plus the GUI components performing access to the database objects. Engines are shared libraries with runtime dependencies to avoid licensing problems in distribution.
GSQL - is a glue, uniting the engines in one coherent development platform. If you would like to develop an engine of your own, you can get more info about engine API and the development process in the development section. Feel free to contact the core team first.
Plugins
Terminal Allow open terminal session to the databases. |
|
Exporter Export result set to file. Formats support: TXT, CSV, HTML, XML |
|
Runner Periodical SQL execution |
|
Tunnel SSH tunneling |
|
VCS (planning state) Export storage code to the VCS (SVN, Git, etc.) |
|
Importer (planning state) Import data from CSV or XML files to the database. |
|
Knowledge Brain (planning state) Knowledge base plugin based on Web-Service (RPC/SOAP) |