forc-postgres

A forc plugin for basic Fuel Indexer PostgreSQL interaction.

Commands

forc-postgres create

Create a new database.

bash forc-postgres create postgres --persistent

forc-postgres start

Start a previously created database.

bash forc-postgres start postgres

forc-postgres stop

Stop a running database.

bash forc-postgres stop postgres

forc-postgres drop

Drop a stopped database.

bash forc-postgres drop postgres