PolarDB for PostgreSQL (hereafter simplified as PolarDB) is a cloud native database service independently developed by Alibaba Cloud. This service is 100% compatible with PostgreSQL and uses a ...
You need to clean database after your test cases, you can do it simply with only one call. type - 'truncate' - DEFAULT: use truncate to clear all tables in database and restart sequences - 'delete' - ...