Alessandro Bracco
Results
2
issues of
Alessandro Bracco
Is there a way to get the device type? Like `mobile`/`tablet`/`desktop` or something like that? My goal is to understand if the client is a mobile phone. Thanks.
Is there a way to exclude columns from `sqlc.embed(my_table)`? It would be useful to avoid reading from specific columns (e.g. columns you need to drop, and you want to stop...