I would like to use some features of postgresql, specifically crosstab/pivot on my dataset. Databases, such as pgsql, handle large crosstabs much better than memory only tools such as Python's pandas. However, I don't want to install and manage the pgsql server.
Is there a way to use the query engine of pgsql as a python (or other language) library?
Here is an example of monetdb distribution (called monetdb-lite) which can be used as a python library: https://www.monetdb.org/blog/monetdblite-for-python