Hi, I hear about this new database http://crate.io and wanted to learn how it works, thought that making it work with Sequel would be good practice learning what it can do.
There is some work done here: Adapter: https://github.com/ahto/sequel-jdbc-crate/blob/master/lib/sequel/adapters/jdbc/crate.rb Trying what features work: https://github.com/ahto/sequel-jdbc-crate/blob/master/examples.rb My method was pretty brute force. Make some example and make it work by any means necessary. What do you think about the current state of the adapter code? On the roadmap next is: specs and support some of the special features like binary blob tables. The current state is experimental, it will get some real world usage in the coming weeks. -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
