|
|
|
|
|
by majewsky
1907 days ago
|
|
Even if you have your prod database on RDS, you might be able to spin up a local instance for testing. My Postgres-using applications have a script that sets up and runs a local Postgres instance for the duration of the test. It takes about 2 seconds on first run, and less than noticeable time when the DB has already been initialized. https://github.com/sapcc/keppel/blob/master/testing/with-pos... |
|