Skip to content
This repository has been archived by the owner on Apr 21, 2020. It is now read-only.

aantthony/mongo-objectid-objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo-objectid-objc

Generate unique MongoDB ObjectIDs in iOS.

Usage:

// Create a new unique id:
ObjectID _id = [MongoID id];
NSString *str = [MongoID stringWithId: _id];
NSLog(@"ID: %@", str);


// And get it back again:
ObjectId = [MongoID idWithString: str];

About

Generate unique MongoDB ObjectIDs in iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published