Create an AsyncBbasStorage backed by PostgreSQL via the pg package.
pg
The adapter creates the bbas_snapshots table and its index on init().
bbas_snapshots
init()
A pg.Pool instance or compatible duck-typed pool.
pg.Pool
Maximum snapshots to retain per device. Default: 50
50
Create an AsyncBbasStorage backed by PostgreSQL via the
pgpackage.The adapter creates the
bbas_snapshotstable and its index oninit().