Skip to content
webberg edited this page Jul 9, 2022 · 1 revision

Welcome to the gqlite wiki!
Here is the gqlite language guider and some develop documents. Please read it before using and contributing.

Language Guider

0. Conception

Here we define some conception like SQL.
The First is GML which is works like DML. GML is the short name of Graph Manage Language.
Second is GQML which is Graph Query or Match Language.

1. Create an graph instance

Before all of query operation, you must create an graph instance. If you don't create it, it will use memory and will not be save to disk.
When you create a graph instance after GQML or GML, the graph of memory will attach to this instance. If you create another instance, the current one will save to disk. And the new one will be loaded if exist or created.

Develop Document

Clone this wiki locally