forc-postgres 0.25.0

Fuel Indexer forc Postgres plugin
docs.rs failed to build forc-postgres-0.25.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: forc-postgres-0.24.3

forc-postgres

A forc plugin for basic Fuel Indexer PostgreSQL interaction.

Commands

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