Skip to main content

data_backend

superduper.backends.ibis.data_backend

Source code

IbisDataBackend​

IbisDataBackend(self,
conn: ibis.backends.base.BaseBackend,
name: str,
in_memory: bool = False)
ParameterDescription
connThe connection to the database.
nameThe name of the database.
in_memoryWhether to store the data in memory.

Ibis data backend for the database.