We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a146ba commit 6b9dab7Copy full SHA for 6b9dab7
README.md
@@ -15,7 +15,7 @@ A Graph Database for Julia, built on top of [SQLite.jl](https://github.com/Julia
15
using SQLiteGraph
16
17
db = DB()
18
-# SimpleGraphDB(":memory:") (0 nodes, 0 edges)
+# SQLiteGraph.DB(":memory:") (0 nodes, 0 edges)
19
```
20
21
### Adding Nodes
0 commit comments