cosmos-sdk/indexer/postgres/tests
petersssong 159bba145f
fix: using t.TempDir() to simplify test temp dir manager (#23893)
Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
2025-03-06 10:45:51 -05:00
..
testdata feat(indexer): add to modules and implement proto fields (#22544) 2024-11-28 09:46:59 +00:00
go.mod build(deps): Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 in /indexer/postgres/tests (#23078) 2024-12-26 09:37:48 +00:00
go.sum build(deps): Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 in /indexer/postgres/tests (#23078) 2024-12-26 09:37:48 +00:00
init_schema_test.go fix: using t.TempDir() to simplify test temp dir manager (#23893) 2025-03-06 10:45:51 -05:00
log.go refactor(indexer/postgres)!: use schema/indexer API and hide types/methods (#21363) 2024-08-21 14:49:02 +00:00
postgres_test.go fix: using t.TempDir() to simplify test temp dir manager (#23893) 2025-03-06 10:45:51 -05:00
README.md feat(indexer): postgres schema creation + CI config (#20701) 2024-07-18 09:34:09 +00:00

PostgreSQL Indexer Tests

The majority of tests for the PostgreSQL indexer are stored in this separate tests go module to keep the main indexer module free of dependencies on any particular PostgreSQL driver. This allows users to choose their own driver and integrate the indexer free of any dependency conflict concerns.