sematable
sematable copied to clipboard
Add support for multiple primaryKey columns
Based on discussion in #68, it might be a good idea to add support for multiple primaryKey columns. From user's perspective, they would be able to mark multiple columns as primaryKey: true
, and we would then use the combined value from those columns as the composite key.