Crates.io | forc-postgres |
lib.rs | forc-postgres |
version | 0.25.0 |
source | src |
created_at | 2023-01-30 19:48:35.969062 |
updated_at | 2024-02-06 19:04:01.44174 |
description | Fuel Indexer forc Postgres plugin |
homepage | https://fuel.network/ |
repository | https://github.com/FuelLabs/fuel-indexer |
max_upload_size | |
id | 772040 |
size | 125,101 |
A forc
plugin for basic Fuel Indexer PostgreSQL interaction.
forc-postgres create
Create a new database.
forc-postgres create postgres --persistent
forc-postgres start
Start a previously created database.
forc-postgres start postgres
forc-postgres stop
Stop a running database.
forc-postgres stop postgres
forc-postgres drop
Drop a stopped database.
forc-postgres drop postgres