Apache Age Swift Driver: Methods added to check for the graph and Readme updated#726
Apache Age Swift Driver: Methods added to check for the graph and Readme updated#726FahadZaheerfzr wants to merge 2 commits intoapache:AGE_driver_swiftfrom FahadZaheerfzr:AGE_driver_swift
Conversation
…rwise. Readme also added
|
Hi Fahad, can you explain the changes made in setUpAge to me? In the file drivers/age-swift/Sources/age-swift/age.swift, at line 23. |
Alright, so on line 23 Previously only the connection was passed as the argument, now the graph name is also being passed to check if the graph already exists else it creates one. |
|
Great. It looks like there was some white space added on lines 37 and 38 in the file drivers/age-swift/Sources/age-swift/age.swift. If you could go ahead and remove that, I think everything else looks good @FahadZaheerfzr |
There were some whitespaces on line 37 and 38 in Age.swift file. These whitespaces are removed for code readability.
|
Done but now I can not squash my commits to one commit. Can you please squash them into one commit?
|
|
I think you can squash it yourself. Please research how. @FahadZaheerfzr |
Added a method to check if the graph already exists otherwise create one. Added this method on start-up. Moreover added some description in the Readme file