Re: Embedding a database
Re: Embedding a database
- Subject: Re: Embedding a database
- From: Keary Suska <email@hidden>
- Date: Sat, 10 Jun 2006 20:11:31 -0600
on 6/10/06 7:47 PM, email@hidden purportedly said:
> So where do I go from here to implement a database?
Deciding on the database system is your first task. SQLite is likely a good
choice for the kind of application you are building, as long as it has good
referential integrity (don't know, myself).
Once you have decided, learn SQL (if you don't already know), then learn the
API. That's all there is to it. You may be able to find Cocoa classes that
will provide an easier-to-use layer on the API, or worst case have to do
some C (e.g. working with C-strings, pointers, and memory buffers). Moving
between primitive C types and Cocoa objects is fairly trivial, though.
Best,
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden