Database & Data Tools
Terminal demos of database clients and data processing tools — SQLite, Redis, PostgreSQL, and more.
このコレクション内
- 1. Database Exploration — Part 2: Run a Query
- 2. fx — jq vs fx vs jless
- 3. nslookup — DNS Query Tool
- 4. sysbench — System Benchmark
- 5. pscale — PlanetScale CLI
- 6. neonctl — Neon Serverless Postgres
- 7. turso — Edge SQLite Database
- 8. datafusion-cli — Apache DataFusion CLI
- 9. sq — Data Wrangler for Databases
- 10. schemacrawler — Database Schema Discovery
- 11. migrate — Database Migration Runner
- 12. dragonfly — In-Memory Data Store
- 13. valkey-cli — Valkey In-Memory Store
- 14. pgbouncer — PostgreSQL Connection Pooler
- 15. pg_dump — PostgreSQL Backup
- 16. surreal — SurrealDB CLI
- 17. clickhouse — ClickHouse CLI
- 18. influx — InfluxDB CLI
- 19. cockroach — CockroachDB CLI
- 20. prisma — Type-Safe Database Client
- 21. atlas — Database Schema Management
- 22. dbmate — Database Migration Tool
- 23. usql — Universal SQL Client
- 24. mycli — MySQL CLI with Autocomplete
- 25. litecli — SQLite CLI with Autocomplete
- 26. mongosh — MongoDB Shell
- 27. mysql — MySQL/MariaDB Client
- 28. psql — PostgreSQL Client
- 29. supabase — Supabase CLI
- 30. velero — Kubernetes Backup & Migration
- 31. pg_dump — PostgreSQL backup
- 32. mysql — MySQL client
- 33. sqlite3 — Embedded SQL database
- 34. mongosh — MongoDB shell
- 35. redis-cli — Redis command-line client
- 36. psql — PostgreSQL interactive shell
- 37. pgcli — pgcli vs psql
- 38. jless — jq vs fx vs jless
- 39. Database Exploration — Part 1: Interactive REPL with pgcli
- 40. jq — jq vs fx vs jless
- 41. psql — pgcli vs psql
- 42. redis-cli — Redis Command-Line Interface
- 43. \dt — List tables in pgcli
- 44. pgcli -h localhost -U postgres — Connect to PostgreSQL with pgcli
- 45. mycli -u root mydb — Connect to MySQL with mycli
- 46. dblab --driver postgres --url postgres://localhost/mydb — Browse DB with dblab
- 47. SELECT * FROM users LIMIT 10; — Query results in pgcli
- 48. usql pg://localhost/mydb — Universal SQL client with usql
- 49. litecli data.db — Browse a SQLite database with litecli
- 50. sqlite3 — SQLite Command-Line Interface
- 51. jq — Command-Line JSON Processor
- 52. pgcli — PostgreSQL CLI with Autocomplete
- 53. dasel — query YAML, JSON, TOML, CSV with one tool
- 54. yq — Command-Line YAML/JSON/XML Processor
- 55. yq '.services' — query a YAML key with jq-like syntax
- 56. fx .users — navigate directly to a JSON key
- 57. atuin — Interactive shell history search