boolean¶ felis.db.sqltypes.boolean(**kwargs)¶ Get the SQL type for Felis Boolean with variants. Parameters: **kwargs (Any) – Additional keyword arguments to pass to the type object. Returns: The SQL type for a Felis boolean. Return type: TypeEngine