cosmos-sdk/indexer/postgres/tests
2024-08-20 13:06:25 +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): use Go 1.23 instead of Go 1.22 (#21280) 2024-08-15 08:43:08 +00:00
go.sum build(deps): Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#21189) 2024-08-07 08:53:07 +00:00
init_schema_test.go feat(schema/appdata)!: make commit async (#21306) 2024-08-20 13:06:25 +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.