commit
88859115d2
@ -77,6 +77,8 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[Types are also available](./postgres/doc.md) for interfacing directly with the data stored in an IPFS-backing Postgres database
|
||||||
|
|
||||||
## Maintainers
|
## Maintainers
|
||||||
@vulcanize
|
@vulcanize
|
||||||
@AFDudley
|
@AFDudley
|
||||||
|
@ -16,7 +16,6 @@ package main
|
|||||||
import (
|
import (
|
||||||
"github.com/ethereum/go-ethereum/common"
|
"github.com/ethereum/go-ethereum/common"
|
||||||
"github.com/ethereum/go-ethereum/core/state"
|
"github.com/ethereum/go-ethereum/core/state"
|
||||||
"github.com/ethereum/go-ethereum/core/state/snapshot"
|
|
||||||
"github.com/ethereum/go-ethereum/trie"
|
"github.com/ethereum/go-ethereum/trie"
|
||||||
"github.com/jmoiron/sqlx"
|
"github.com/jmoiron/sqlx"
|
||||||
"github.com/vulcanize/ipfs-ethdb/postgres"
|
"github.com/vulcanize/ipfs-ethdb/postgres"
|
||||||
|
Loading…
Reference in New Issue
Block a user