CrateDB CLIs (Karyn)
Prerequisites
1. Connect Using a SQL Client
DBeaver, DataGrip, or pgAdmin
2. Connect via the Command Line
Using crash (CrateDB Shell)
crash (CrateDB Shell)Using psql (PostgreSQL CLI)
psql (PostgreSQL CLI)3. Connect Programmatically
Python (psycopg2)
Node.js (node-postgres)
Java (JDBC)
4. Connect via REST API (Optional)
Example with curl
curlExample Response
Troubleshooting
Last updated

