Skip to content

Commit

Permalink
docs(trino): add backend docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Dec 9, 2022
1 parent c367865 commit 2f262cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,17 @@ Ibis acts as a universal frontend to the following systems:
- [ClickHouse](https://ibis-project.org/docs/latest/backends/ClickHouse/)
- [Dask](https://ibis-project.org/docs/latest/backends/Dask/)
- [DuckDB](https://ibis-project.org/docs/latest/backends/DuckDB/)
- [Google BigQuery](https://github.com/ibis-project/ibis-bigquery)
- [Google BigQuery](https://ibis-project.org/docs/dev/backends/BigQuery/)
- [HeavyAI](https://github.com/heavyai/ibis-heavyai)
- [MySQL](https://ibis-project.org/docs/latest/backends/MySQL/)
- [Microsoft SQL Server](https://ibis-project.org/docs/latest/backends/MSSQL/)
- [Microsoft SQL Server](https://ibis-project.org/dev/latest/backends/MSSQL/)
- [Pandas](https://ibis-project.org/docs/latest/backends/Pandas/)
- [Polars](https://ibis-project.org/docs/latest/backends/Polars/)
- [Polars](https://ibis-project.org/docs/dev/backends/Polars/)
- [PostgreSQL](https://ibis-project.org/docs/latest/backends/PostgreSQL/)
- [PySpark](https://ibis-project.org/docs/latest/backends/PySpark/)
- [Snowflake](https://ibis-project.org/docs/dev/backends/Snowflake) (experimental)
- [SQLite](https://ibis-project.org/docs/latest/backends/SQLite/)
- [Trino](https://ibis-project.org/docs/dev/backends/Trino/) (experimental)

The list of supported backends is continuously growing. Anyone can get involved
in adding new ones! Learn more about contributing to ibis in our contributing
Expand Down
9 changes: 9 additions & 0 deletions docs/backends/Trino.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
backend_name: Trino
backend_url: https://trino.io
backend_module: trino
backend_param_style: a SQLAlchemy connection string
is_experimental: true
---

{% include 'backends/template.md' %}

0 comments on commit 2f262cd

Please sign in to comment.