On Friday, May 6, 2016 at 2:40:52 PM UTC-7, Adrian Madrid wrote: > > Thanks! Got it to connect and even create a table. Sadly cockroachdb does > not support any of the standard postgres schema information. > > https://gist.github.com/aemadrid/87d5b950f8e2618de9f218a6d02f7fdf > > I'd like to look at what it would take to get a cockroachdb adapter going. > Do you have any docs on how to do that? I'll take a look at the postgres > adapter but I'm wondering if you ever presented or wrote anything about > making sequel adapters. >
In this case, I would copy the postgres adapter and tear out everything specific to PostgreSQL that doesn't apply to CockroachDB. I haven't done any presentations on creating Sequel adapters, though I think my first presentation on Sequel did mention what was involved. Thanks, Jeremy -- 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 https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
