forc-postgres

Crates.ioforc-postgres
lib.rsforc-postgres
version0.25.0
sourcesrc
created_at2023-01-30 19:48:35.969062
updated_at2024-02-06 19:04:01.44174
descriptionFuel Indexer forc Postgres plugin
homepagehttps://fuel.network/
repositoryhttps://github.com/FuelLabs/fuel-indexer
max_upload_size
id772040
size125,101
(fuel-service-user)

documentation

README

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
Commit count: 681

cargo fmt