Re: SQLite Question
Re: SQLite Question
- Subject: Re: SQLite Question
- From: Chris Hanson <email@hidden>
- Date: Fri, 28 Mar 2014 13:11:16 -0700
On Mar 28, 2014, at 9:19 AM, Dave <email@hidden> 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@hidden)
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:
This email sent to email@hidden