Avocarrot/stormer

Allow user to designate primary key in the schema

Closed this issue · 0 comments

It could look like this

var schema = {
    id: {
        type: 'String',
        primary: true
    }
};