On Apr 7, 12:51 pm, Jeremy Evans <[email protected]> wrote: > 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 just added an amalgalite adapter to the repository (http:// github.com/jeremyevans/sequel/commit/ 8398b5bf8a148ed24de9043480a2040628206ebf). It works well, but it's pretty slow. I don't plan on working on the performance issues, so if you want to use Sequel and Amalgamite and performance is important, you should probably investigate why the adapter is slow (my guess is the schema reloading). 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 -~----------~----~----~----~------~----~------~--~---
