[MacRuby-devel] Sqlite3 without core data

Petr Kaleta petr.kaleta at me.com
Thu Apr 28 01:16:42 PDT 2011


Thanks for this hint, this lib looks great. Problem is, that I can't make it work. I am loading all gems from vendor folder inside my app. So:

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'vendor/sqlite3-ruby/lib'))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'vendor/sequel/lib'))

require 'sqlite3'
require 'sequel'

But the problem is, that when loading sqlite3 it raises this error:

`loadExternalLibraries': no such file to load -- sqlite3/sqlite3_native (LoadError)

Which looks really strange... Hints?

- Petr

On Apr 18, 2011, at 8:00 PM, Joe West wrote:

> On Mon, Apr 18, 2011 at 7:47 AM, Rolando Abarca
> <rolando at gamesforfood.com> wrote:
>> try sequel: http://sequel.rubyforge.org/
>> 
> 
> +1 for Sequel
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel



More information about the MacRuby-devel mailing list