DOCUMENTATION

"Use of this software is entirely at your own risk and the author thereof assumes no liability or responsibility of whatsoever nature for damages which you may suffer as a result thereof."


You should be aware that this is a very,very early release of a GQLx implementation and although it is useable provided you stay within its limitations, it is nevertheless:

  • not even nearly finished
  • a long way from being polished
  • not even a little bit optimized

Some specific areas to be careful:

  • the 'relaxed spelling' feature may produce unexpected results if your spelling is sufficiently far from reality or if two names are sufficiently similar.
  • the JOIN implementation is rudimentary at best and as yet does not have even the basic optimization of some of the other statements. It is also entirely memory based so JOIN commands that result in (or could potentially result in) very large result sets may exhaust the memory allocated to the Java application or browser. They are absolutely guaranteed to run very slowly.

The GQLx online console has been tested and found to work in the following browsers:

  • Mozilla FireFox 3.06
  • Google Chrome 1.0
  • Safari 4 Public Beta (for Windows)
  • Microsoft Internet Explorer 7.0
  • Microsoft Internet Explorer 6.0

In theory it should work in any browser that is supported by the Google Javascript libraries - unless of course theory runs headfirst into reality and loses.

Before you ask - unfortunately Opera is not yet one of them.

GQLx is licensed under GNU Public License, version 2.0, the full text of which is available from:

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html