You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this driver is clearly to consume CrateDB's HTTP API, this should be reflected better within the README document. I think it still has purpose, providing some highlevel DDL-related API methods, as well as a wrapper interface around BLOB tables.
On the other hand, we may want to advise the community to use a generic PostgreSQL driver for regular use with Ruby. Can you recommend a corresponding driver, @hammerhead? Would ruby-pg be the right choice?
Hi there,
this driver is clearly to consume CrateDB's HTTP API, this should be reflected better within the README document. I think it still has purpose, providing some highlevel DDL-related API methods, as well as a wrapper interface around BLOB tables.
On the other hand, we may want to advise the community to use a generic PostgreSQL driver for regular use with Ruby. Can you recommend a corresponding driver, @hammerhead? Would ruby-pg be the right choice?
See also:
ruby-pg
instead ofcrate_ruby
activerecord-crate-adapter#19With kind regards,
Andreas.
/cc @seut
The text was updated successfully, but these errors were encountered: