On Tue, Apr 07, 2009 at 12:51:10PM -0700, Jeremy Evans wrote: > > On Apr 7, 11:07?am, Jeremy Hinegardner <[email protected]> wrote: > > On Tue, Apr 07, 2009 at 10:49:16AM -0700, Joel VanderWerf wrote: > > > Hi, > > > > > Any plans to support amalgalite? I'm asking mainly because amalgalite > > > has rtree support compiled in, but sqlite3-ruby doesn't seem to. > > > > I'll be happy to help out with a sequel driver for amalgalite, I've thought > > about writing one myself, but time and need... > > An amalgalite adapter should be fairly easy, since you can include the > shared SQLite adapter to get all of the SQL support. I'm not sure how > much the API differs from sqlite3-ruby to amalgalite, but if it isn't > much different it could probably be easily ported from the existing > SQLite adapter. If I have some free time I could probably work on > this, if not for 3.0 then maybe 3.1 or 3.2. Patches would obviously > speed things up.
I can take a look at the existing sqlite adapter in the next month or two and see what it would take too. > > JeremyH: I've been meaning to ask you, does amalgalite use FFI? Nope, amalgalite started before FFI existed. And the the sqlite compilation options I use for amalgalite differ from the defaults ( rtree feature turned on for example ) that most folks have for sqlite. enjoy, -jjh -- ======================================================================== Jeremy Hinegardner [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en -~----------~----~----~----~------~----~------~--~---
