objective c - Apple Mac OSX Native applications development with bundled Mysql -


i new mac osx development.

can use bundled mysql in mac osx database of application? means when user install app, mysql database created , data being put db automatically. (as if use sqlite in ios apps development). , app runs on database then.

if mysql sql not choice, can use instead? sqlite again? core data seems nightmare me.

any ideas? thanks.

if core data seems frightening that's reason spend time learning it. core data has practically become standard framework used persisting data in applications. sure there couple other ones, using after having mastered core data , wanting more.

are going have problems in core data? yes, pretty same things you'll run during development persistence framework. worse if using sqlite have manually manage memory, migration of data, etc.

if have little experience core data , seems little scary i'd sit down , take time read on apples guides , documentation on it. have use it? no, unless have specific reason chances core data best way go.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -