binary

felis.db.sqltypes.binary(length, **kwargs)

Get the SQL type for Felis Binary with variants.

Parameters:
  • length (int) – The length of the binary field.

  • **kwargs (Any) – Additional keyword arguments to pass to the type object.

Returns:

The SQL type for Felis binary.

Return type:

TypeEngine