On Mar 28, 2014, at 9:19 AM, Dave <[email protected]> wrote:

> If I need to access SQLite Directly on Mac and iOS, do I need to include my 
> own SQLite Library or can I use the in-built SQLite?

You should use the SQLite that is part of the OS, and not build a separate 
version.

The same goes for all the various projects that are part of an operating 
system: The versions included with a particular operating system can be tuned 
for that operating system and the hardware it runs on. That doesn’t mean they 
will be, but it’s something that can be done, and you should consider that 
possibility when deciding whether to include your own version of a library.

  -- Chris


_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to