Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoejp committed Feb 25, 2012
1 parent 8ac0f40 commit ae5809e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -42,6 +42,7 @@ Working with the database:
(form-n ...)) (form-n ...))


Working with vertices and eges: Working with vertices and eges:

(with-tx (with-tx
(let [v1 (vertex {:first-name "John", :last-name "Doe", :age 20, :country "USA"}) (let [v1 (vertex {:first-name "John", :last-name "Doe", :age 20, :country "USA"})
v2 (vertex {:first-name "Jane", :last-name "Doe", :age 25, :country "USA"})] v2 (vertex {:first-name "Jane", :last-name "Doe", :age 25, :country "USA"})]
Expand Down

0 comments on commit ae5809e

Please sign in to comment.