https://github.com/ppcamp/databases
https://github.com/ppcamp/databases
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppcamp/databases
- Owner: ppcamp
- Created: 2025-09-21T16:11:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-21T17:10:55.000Z (10 months ago)
- Last Synced: 2025-09-21T18:24:36.620Z (10 months ago)
- Language: HTML
- Size: 271 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Kubernetes in Docker (KinD) Rootless
- https://kind.sigs.k8s.io/docs/user/rootless/
- `systemd-run --scope --user -p "Delegate=yes" kind create cluster`
## Notes
> We also have the common `SQLite`
- The [PEV2](./static/index.html) is a page with **sql plan analyser**
alternative to `EXPLAIN` command and [explain depesz](https://explain.depesz.com/s/g14A)
or even [pgbadger](https://blog.4linux.com.br/analisando-a-performance-no-postgres-com-o-pgbadger/)
- Install `DuckDB` with:
```sh
curl https://install.duckdb.org | sh
export PATH='/home/ppcamp/.duckdb/cli/latest':$PATH
```