cosmos-sdk/indexer/postgres/tests
2024-07-25 16:36:17 +00:00
..
testdata feat(indexer): postgres schema creation + CI config (#20701) 2024-07-18 09:34:09 +00:00
go.mod chore(indexer/postgres): update to changes on main (#21077) 2024-07-25 16:36:17 +00:00
go.sum chore(indexer/postgres): update to changes on main (#21077) 2024-07-25 16:36:17 +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.