string

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

Get the SQL type for Felis String with variants.

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

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

Returns:

The SQL type for a Felis string.

Return type:

TypeEngine