10 Likes
As a long-term PostgreSQL user and fan, this looks very interesting. A native driver supporting SCRAM auth (the default on recent PostgreSQL releases) would be useful.
One suggestion - show the db schema for the βuserβ example, or at least mention that pets
is a PostgreSQL text[]
type, and so is pets_array
(and an alias of the same column).
Hey,
Thank you for the feedback. Yeah, those types were just for example. I created pets_array just to show that it works with both array and lists