cosmos-sdk/indexer/postgres/tests
dependabot[bot] 8b31c5dc19
build(deps): Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#22482)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: son trinh <trinhleson2000@gmail.com>
2024-11-08 08:44:01 +00:00
..
testdata feat(schema/indexer)!: implement start indexing (#21636) 2024-09-23 16:09:01 +00:00
go.mod build(deps): Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#22482) 2024-11-08 08:44:01 +00:00
go.sum build(deps): Bump golang.org/x/sync from 0.8.0 to 0.9.0 (#22482) 2024-11-08 08:44:01 +00:00
init_schema_test.go feat(schema/indexer)!: implement start indexing (#21636) 2024-09-23 16:09:01 +00: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 feat(schema/indexer)!: implement start indexing (#21636) 2024-09-23 16:09:01 +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.