> On 25/03/2023 20:10 CET Markus Pilman wrote:
>
> Thanks for the suggestions. I didn't know about pg_virtualenv, that's
> interesting. Though it seems to achieve something similar as to containerize
> the test (potentially in a more platform independent way). Though it seems
> pg_virtualenv is mo
> On 25/03/2023 18:01 CET Markus Pilman wrote:
>
> I am building a simple integration test framework for an application that I
> am building. For this project I am planning to use PostgreSQL.
>
> For testing purposes I'd like to always start with an empty database,
> populate data, and, if the tes
Hi Markus,
>I am building a simple integration test framework for an application that I
>am building. For this project I am planning to use PostgreSQL.
check pg_virtualenv(1), which apparently is a Debian thing.
It auto-creates and auto-deletes at the end, if desired, a
cluster and runs your prog
Hi all,
I am building a simple integration test framework for an application that I
am building. For this project I am planning to use PostgreSQL.
For testing purposes I'd like to always start with an empty database,
populate data, and, if the test was successful, delete everything. These
tests a
Στις 24/3/23 13:07, ο/η Inzamam Shafiq έγραψε:
Hi Team,
Hope you are doing well.
Can someone please list pros and cons of MariaDB vs PostgreSQL that
actually needs serious consideration while choosing the right database
for large OLTP DBs (Terabytes)?
I would say that for small shops and