Allow user to designate primary key in the schema
Closed this issue · 0 comments
giorgosera commented
It could look like this
var schema = {
id: {
type: 'String',
primary: true
}
};
Closed this issue · 0 comments
It could look like this
var schema = {
id: {
type: 'String',
primary: true
}
};