| Crates.io | forc-postgres |
| lib.rs | forc-postgres |
| version | 0.25.0 |
| created_at | 2023-01-30 19:48:35.969062+00 |
| updated_at | 2024-02-06 19:04:01.44174+00 |
| 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 createCreate a new database.
forc-postgres create postgres --persistent
forc-postgres startStart a previously created database.
forc-postgres start postgres
forc-postgres stopStop a running database.
forc-postgres stop postgres
forc-postgres dropDrop a stopped database.
forc-postgres drop postgres