attrs makes it so easy to serialize classes that I do not think there is a need to use PeerInfo and save it using SQLite. I think that making a filter to serialize the important things and saving them as JSON seems much better. Persistence wouldn't need to be removed, but modified.
attrs makes it so easy to serialize classes that I do not think there is a need to use
PeerInfo
and save it using SQLite. I think that making a filter to serialize the important things and saving them as JSON seems much better.Persistence
wouldn't need to be removed, but modified.