mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: add risingwave.py in db engine specs (#22123)
This commit is contained in:
17
docs/docs/databases/risingwave.mdx
Normal file
17
docs/docs/databases/risingwave.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: RisingWave
|
||||
hide_title: true
|
||||
sidebar_position: 16
|
||||
version: 1
|
||||
---
|
||||
|
||||
## RisingWave
|
||||
|
||||
The recommended connector library for RisingWave is
|
||||
[sqlalchemy-risingwave](https://github.com/risingwavelabs/sqlalchemy-risingwave).
|
||||
|
||||
The expected connection string is formatted as follows:
|
||||
|
||||
```
|
||||
risingwave://root@{hostname}:{port}/{database}?sslmode=disable
|
||||
```
|
||||
Reference in New Issue
Block a user