DRAFTThis page is not published. Only visible in development mode.
Clients

Python

Use ReifyDB from Python, embedded in-process via native bindings.

Getting started

Create an embedded database and run RQL:

python
from reifydb import Embedded

db = Embedded()
rows = db.tx('from app::users')

This section will cover installation, transactions, and reading results.

Type mapping

How RQL types, including none and the temporal types, map onto Python values. This section will provide the full table.