|
|
|
|
|
by gsvclass
1472 days ago
|
|
GraphJin can be used within your own http handlers (REST) sort of like an ORM. Or you can use the @script directive to add a JS script to handle the before and after of the request. Here's an example of a relatively complex query that you'd need when building something like a blog. GraphJin will compile this nested query into a single efficient SQL statement. https://gist.github.com/dosco/f604c47c1d643fb62072f62c4f6f70... |
|