I need a relational database schema to store vCard ver 3 data elements.
Rather than reading the RFC and designing one from scratch, I'm looking to see if someone who has already done this is willing to share their database design.
I need a relational database schema to store vCard ver 3 data elements.
Rather than reading the RFC and designing one from scratch, I'm looking to see if someone who has already done this is willing to share their database design.
(http://i.stack.imgur.com/61qGU.png)
This is my DB schema for a VCard 3.0. This works quite well with CardMe library, each type is mapped to a database table and the many-to-many / one-to-many relationships are enforced through foreign keys.