I'm trying to convert an existing springboot backend that seeds a database with a bunch of relationships. I don't know where the issue is, but a driver instance is created, then it gets shut down with nothing persisted. Since i'm not sure where the p...