File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
3230See ` 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 `
You can’t perform that action at this time.
0 commit comments