Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 451 Bytes

07-python-extension.md

File metadata and controls

21 lines (16 loc) · 451 Bytes

Python Extension

We are working to support Python API for user to process and analyze data in Python.

Build and Use Python APIs

pip3 install maturin
matruin build -F python
pip3 install ./target/wheels/risinglight-*.whl
python3
import risinglight
db = risinglight.open("risinglight.db")
db.query("select 1 + 1")

Progress

  • Support Python API on x86-64 Linux
  • Support Python API on arm macOS
  • Support more APIs