cosmos-sdk/indexer/postgres/tests
dependabot[bot] 984afb59e6
build(deps): Bump github.com/fergusstrange/embedded-postgres from 1.27.0 to 1.28.0 in /indexer/postgres/tests (#21121)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-08-05 10:38:50 +00:00
..
testdata build(deps): Bump github.com/fergusstrange/embedded-postgres from 1.27.0 to 1.28.0 in /indexer/postgres/tests (#21121) 2024-08-05 10:38:50 +00:00
go.mod build(deps): Bump github.com/fergusstrange/embedded-postgres from 1.27.0 to 1.28.0 in /indexer/postgres/tests (#21121) 2024-08-05 10:38:50 +00:00
go.sum build(deps): Bump github.com/fergusstrange/embedded-postgres from 1.27.0 to 1.28.0 in /indexer/postgres/tests (#21121) 2024-08-05 10:38:50 +00:00
init_schema_test.go chore: fix errors reported by running make lint (#21015) 2024-07-22 18:01:07 +00: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.