dariopellegrini / StorageDone-iOS

Swift library to make easy using local document-oriented database in iOS apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto increment id

BossJC69 opened this issue · comments

Hello. Is there a way to have id auto increment?
Thank you.

Hello @BossJC69 ,
thanks for reaching out!
We are on a documental database, not a relational one.
Can I suggest, instead of auto increment id, to use a UUID?
Create one before insert the object.

UUID().uuidString

Can it be useful for you?

Thank you.

Yes it helped. Thank you