Bei der Gruppe, für die Sie eine Mitteilung verfassen, handelt es sich um eine Usenet-Gruppe. Wenn Sie in dieser Gruppe Nachrichten posten, ist Ihre E-Mail-Adresse für jeden im Internet sichtbar
Can anyone recommend a PostgreSQL driver for Ruby that supports selecting and inserting bytea types? I'm not looking to write server functions in Ruby, just client applications.
> Can anyone recommend a PostgreSQL driver for Ruby that supports > selecting and inserting bytea types? > I'm not looking to write server functions in Ruby, just client > applications.
On 2010-02-09, Reid Thompson <reid.thomp...@ateb.com> wrote:
> On 2/9/2010 10:30 AM, CyclingGuy wrote: >> Can anyone recommend a PostgreSQL driver for Ruby that supports >> selecting and inserting bytea types? >> I'm not looking to write server functions in Ruby, just client >> applications. > Look at ruby-pg. http://bitbucket.org/ged/ruby-pg/overview/ > (perhaps in concert with Sequel) http://sequel.rubyforge.org/
Perhaps more importantly:
The subject says "that supports bytea types correctly". Should we infer that you have found a PostgreSQL driver for Ruby that does NOT support selecting and inserting bytea types? If so, which one? What were the symptoms of its incorrect support?
> On 2/9/2010 10:30 AM, CyclingGuy wrote: >> Can anyone recommend a PostgreSQL driver for Ruby that supports >> selecting and inserting bytea types? >> I'm not looking to write server functions in Ruby, just client >> applications.