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. JeremyH: I've been meaning to ask you, does amalgalite use FFI? Jeremy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
