Re: Accessing CoreData Sqlite db from outside Cocoa app
Re: Accessing CoreData Sqlite db from outside Cocoa app
- Subject: Re: Accessing CoreData Sqlite db from outside Cocoa app
- From: Jed Soane <email@hidden>
- Date: Mon, 6 Mar 2006 10:19:26 +1300
You could try Ruby (on Rails http://www.rubyonrails.org/, http://
developer.apple.com/tools/rubyonrails.html) or Python (with
TurboGears http://www.turbogears.org/).
Both languages have great bindings to Objective-C. I haven't had
experience using them with CoreData but have worked with other parts
of the Cocoa API and they have all worked nicely.
Cheers
Jed
On Mar 4, 2006, at 12:13 PM, Ian wrote:
In this particular case however I need to expose the database (read
only) via a web interface so I'm dishing the db's contents up from
php in Apache.
Initially I incorporated an http server into the Cocoa app that
manages the CoreData db but bottled out of this route as the web
server needs to be robust... Apache & php are tried and tested writ
large!
_______________________________________________
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