Direct Squid PostgreSQL Access
Mar 15, 2023
The new beta release of Squid CLI brings massive quality-of-life improvements to squid developers:
- Direct access to the squid databases deployed to Aquarium
- Interactive UI right in your terminal
Yes, you read it right — you can now access the squid data using a direct Postgres connection string.
The possibilities are endless — query data from a Python notebook, inspect with PgAdmin, hook with Grafana!
To test the new release install the beta
release and run sqd explorer
:
npm i -g @subsquid/cli@beta
sqd explorer
Press 3 to navigate to the DB access details.