🎉 initiate project *astro_rewrite*

This commit is contained in:
sindrekjelsrud 2023-07-19 21:31:30 +02:00
parent ffd4d5e86c
commit 2ba37bfbe3
8658 changed files with 2268794 additions and 2538 deletions

7
node_modules/shiki/samples/cypher.sample generated vendored Normal file
View 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/