crate_ruby
crate_ruby copied to clipboard
Clarify purpose of this driver vs. generic PostgreSQL driver
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:
- https://github.com/crate/activerecord-crate-adapter/issues/19
With kind regards, Andreas.
/cc @seut