//
pkg.gl
Category
github.com/algorand/indexer/v3
idb
postgres
internal
testing
package
3.5.0
Repository:
https://github.com/algorand/indexer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
75 SLOC
#
Functions
SetupPostgres
SetupPostgres starts a gnomock postgres DB then returns the database object, the connection string and a shutdown function.
SetupPostgresWithSchema
SetupPostgresWithSchema is equivalent to SetupPostgres() but also creates the indexer schema.