Running PostgreSQL in memory only

(Moving my answer from Using in-memory PostgreSQL and generalizing it): You can’t run Pg in-process, in-memory I can’t figure out how to run in-memory Postgres database for testing. Is it possible? No, it is not possible. PostgreSQL is implemented in C and compiled to platform code. Unlike H2 or Derby you can’t just load the … Read more