Skip to content

Commit 66c4d61

Browse files
committed
chore: update README for database clients
1 parent b462435 commit 66c4d61

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,21 @@ project.
2222
- Permission control
2323
- Built-in `pg_catalog` tables
2424
- Built-in postgres functions for common meta queries
25-
- [x] DBeaver compatibility
26-
- [x] pgcli compatibility
2725
- `datafusion-postgres-cli`: A cli tool starts a postgres compatible server for
2826
datafusion supported file formats, just like python's `SimpleHTTPServer`.
2927
- `arrow-pg`: A data type mapping, encoding/decoding library for arrow and
3028
postgres(pgwire) data types.
3129

3230
See `auth.rs` for complete implementation examples using `DfAuthSource`.
3331

32+
## Supported Database Clients
33+
34+
- Database Clients
35+
- [x] DBeaver
36+
- [x] pgcli
37+
- BI
38+
- [x] Metabase
39+
3440
## Quick Start
3541

3642
### The Library `datafusion-postgres`

0 commit comments

Comments
 (0)