🎉 initiate project *astro_rewrite*
This commit is contained in:
parent
ffd4d5e86c
commit
2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions
7
node_modules/shiki/samples/cypher.sample
generated
vendored
Normal file
7
node_modules/shiki/samples/cypher.sample
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
CREATE (matrix:Movie {title: 'The Matrix', released: 1997})
|
||||
CREATE (keanu:Person {name: 'Keanu Reeves', born: 1964})
|
||||
CREATE (tom)-[:ACTED_IN {roles: ['Forrest']}]->(forrestGump)
|
||||
CREATE (tom)-[:ACTED_IN {roles: ['Zachry']}]->(cloudAtlas)
|
||||
CREATE (robert)-[:DIRECTED]->(forrestGump)
|
||||
|
||||
// https://neo4j.com/docs/getting-started/cypher-intro/results/
|
||||
Loading…
Add table
Add a link
Reference in a new issue