Skip to content

Commit

Permalink
docs: add mssql backend page
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Nov 27, 2022
1 parent a2d03d1 commit 63c0f19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Ibis acts as a universal frontend to the following systems:
- [Google BigQuery](https://github.com/ibis-project/ibis-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/)
- [Pandas](https://ibis-project.org/docs/latest/backends/Pandas/)
- [Polars](https://ibis-project.org/docs/latest/backends/Polars/)
- [PostgreSQL](https://ibis-project.org/docs/latest/backends/PostgreSQL/)
Expand Down
8 changes: 8 additions & 0 deletions docs/backends/MSSQL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
backend_name: MS SQL Server
backend_url: https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2022
backend_module: mssql
backend_param_style: connection parameters
---

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

0 comments on commit 63c0f19

Please sign in to comment.