#fuel #indexer #stop #postgresql #forc #start #create

bin+lib forc-postgres

Fuel Indexer forc Postgres 插件

61 个版本 (23 个破坏性更新)

0.25.0 2024年2月6日
0.24.3 2023年12月8日
0.24.0 2023年11月29日
0.18.5 2023年7月20日
0.6.1 2023年3月24日

#14 in #forc


3 个crate中使用 (直接使用2个)

Apache-2.0

190KB
4.5K SLoC

forc-postgres

A forc 插件,用于基本的 Fuel Indexer PostgreSQL 交互。

命令

forc-postgres create

创建一个新的数据库。

forc-postgres create postgres --persistent

forc-postgres start

启动之前创建的数据库。

forc-postgres start postgres

forc-postgres stop

停止正在运行的数据库。

forc-postgres stop postgres

forc-postgres drop

删除已停止的数据库。

forc-postgres drop postgres

依赖

~32–46MB
~762K SLoC