File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches : [main]
66 tags : ['v*']
7- pull_request :
8- branches : [main]
97
108env :
119 REGISTRY : ghcr.io
Original file line number Diff line number Diff line change @@ -13,24 +13,30 @@ Peeper is currently in alpha development. Guides and documentation are coming so
1313
1414## Features
1515- [x] Add and manage your databases.
16- - [x] Query your databases with a SQL editor.
16+ - [x] Query your databases with a SQL editor and view history .
1717- [x] Visualize your data with a data viewer.
1818- [ ] Export your data to a file.
1919- [ ] Import your data from a file.
2020- [ ] Add and manage your storage providers.
2121- [ ] Upload and download files to your storage providers.
22+ - [ ] Multi-tenancy with role-based access control.
23+ - [ ] SSO with relevant providers.
24+ - [ ] 2 Factor Authentication
2225
2326## Supported Databases
2427- [x] Postgres
28+ - [ ] SQLite (including Turso and other LibSQL providers)
2529- [ ] MySQL
26- - [ ] MongoDB
2730- [ ] Redis
28- - [ ] Elasticsearch
29- - [ ] ClickHouse
30- - [ ] Snowflake
3131
3232## Supported Storage Providers
33- - [ ] S3
33+ - [ ] AWS S3
34+ - [ ] Hetzner Object Storage
35+ - [ ] Digital Ocean Spaces
36+ - [ ] Cloudflare R2
37+ - [ ] Wasabi
38+ - [ ] Minio
39+ - [ ] Other (Custom)
3440
3541## Preview
3642![ Peeper Screenshot] ( ./.github/assets/screenshot.webp )
You can’t perform that action at this time.
0 commit comments