...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
golang-migrate
/
migrate
/
v4
/
database
/
neo4j
/
examples
/
migrations
/
1578421725_create_movies.up.cypher
Documentation:
github.com/golang-migrate/migrate/v4/database/neo4j/examples/migrations
1
CREATE (:Movie {name: "Footloose"})
2
CREATE (:Movie {name: "Ghost"})
View as plain text