stack-auth / pgmock

In-memory Postgres for unit/E2E tests
https://stackframe-projects.github.io/pgmock/
MIT License
1.13k stars 20 forks source link

Question: Which version of postgres does pg-mock have? #15

Open capaj opened 5 months ago

capaj commented 5 months ago

as per title

djalilhebal commented 3 months ago

The latest version (as of 2024-07-31) is running PostgreSQL 14.5.

Executing SELECT version(); in the web demo returns the following: PostgreSQL 14.5 on i686-buildroot-linux-musl, compiled by i686-buildroot-linux-musl-gcc.br_real (Buildroot 2022.08) 12.1.0, 32-bit

image