Motivations:
- plebs running relays for personal use would probably prefer an embedded db (sqlite or similar)
- pleb devs who are more comfortable with nosql would probably prefer to use those
Ideally, we'd break out all note storage into a booger plug. This might not be as inefficient as it seems if the implementation uses zero-copy transferrable objects.