mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
---
|
|
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
|
|
```
|