cosmos-sdk/indexer/postgres/tests
Aaron Craelius 9376db5508
feat(indexer): postgres schema creation + CI config (#20701)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2024-07-18 09:34:09 +00:00
..
testdata feat(indexer): postgres schema creation + CI config (#20701) 2024-07-18 09:34:09 +00:00
go.mod feat(indexer): postgres schema creation + CI config (#20701) 2024-07-18 09:34:09 +00:00
go.sum feat(indexer): postgres schema creation + CI config (#20701) 2024-07-18 09:34:09 +00:00
init_schema_test.go feat(indexer): postgres schema creation + CI config (#20701) 2024-07-18 09:34:09 +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.