Create a key generator sub class which auto increments a counter used creating document IDs. The counter should be stored as a couchbase counter document.
This should accept an optional prefix to append before the counter, else use a prefix based on the model name.
Create a key generator sub class which auto increments a counter used creating document IDs. The counter should be stored as a couchbase counter document.
This should accept an optional prefix to append before the counter, else use a prefix based on the model name.