Skip to main content

db_helper

superduper.backends.ibis.db_helper

Source code

get_db_helper​

get_db_helper(dialect) -> superduper.backends.ibis.db_helper.DBHelper
ParameterDescription
dialectThe dialect of the database.

Get the insert processor for the given dialect.

ClickHouseHelper​

ClickHouseHelper(self,
dialect)
ParameterDescription
dialectThe dialect of the database.

Helper class for ClickHouse database.

This class is used to convert byte data to base64 format for storage in the database.

DBHelper​

DBHelper(self,
dialect)
ParameterDescription
dialectThe dialect of the database.

Generic helper class for database.