You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLiteGraph is **Strongly** influenced (much has been copied verbatim) by [https://github.com/dpapathanasiou/simple-graph](https://github.com/dpapathanasiou/simple-graph).
63
+
SQLiteGraph is **STRONGLY** influenced (much has been copied verbatim) from [https://github.com/dpapathanasiou/simple-graph](https://github.com/dpapathanasiou/simple-graph).
64
+
65
+
The differences here are minor, opinionated changes made by `@joshday`:
9
66
10
-
The differences here are minor, opinionated changes made by `@joshday`.
67
+
- Node IDs are `Int`: 1, 2, 3...
68
+
- Both `nodes` and `edges` tables have field `props`
0 commit comments