Join Slack
Powered by
With mongodb it's really easy, you can use default...
# spring
c
Czar
06/20/2018, 8:21 PM
With mongodb it's really easy, you can use default param,
data class MyDoc(val id = ObjectId(),...)
Mongo's ObjectId IDs are effectively GUIDS, so it doesn't matter what generates them.
4
Views
Open in Slack
Previous
Next