The library defers to postgresql-simple for type conversion (and generally for communication with Postgres). SQL arrays work but, but not with haskell lists, instead with Vectors.
This is a foreign data wrapper (FDW) to connect PostgreSQL to Redis key/value databases. This FDW works with PostgreSQL 10+ and confirmed with some Redis versions near 6.0. This code was originally ...
Regular readers of this column won't be surprised to hear that I love both Ruby on Rails and PostgreSQL. Rails has been my primary server-side Web development framework for about eight years, and it ...