Marko Budiselic
|
d77800b2f9
|
Basic CREATE query works (e.g. CREATE (n {age:25, name:"test"}) RETURN n)
|
2016-02-21 22:21:15 +01:00 |
|
Marko Budiselic
|
6eac9a5ac5
|
first proposal of compile process
|
2016-02-10 23:34:49 +01:00 |
|
Marko Budiselic
|
dbe1464f9b
|
big step forward, we are now able to pass Db into the shared library, next step is to implement CodeCompiler and CodeGenerator
|
2016-02-06 20:48:40 +01:00 |
|
Marko Budiselic
|
ba434cf48a
|
ifndef are replaced with the pragma once
|
2015-12-07 21:51:55 +01:00 |
|
Marko Budiselic
|
120743e59c
|
Much better but not perfect version of dynamic compile and dynamic load code. DynamicLib class and rudimentar example.
|
2015-10-25 16:11:52 +01:00 |
|