PostgreSQL Type | Diesel Type | Rust Type | Description | Range | ||
---|---|---|---|---|---|---|
Nullable Types | Nullable<T> | Option<T> | nullable | |||
Numeric Types | ||||||
smallint , int2 |
SmallInt | i16 | signed integer | -32768 to +32767 | ||
integer , int , int4 |
Integer | i32 | signed integer | -2147483648 to +2147483647 | ||
bigint , int8 |
BigInt | [i64](https://doc.rust-la |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install logiops (eg. `paru -S logiops`) | |
# put it inside /etc/logid.cfg | |
# restart the logid service (eg. `sudo systemctl restart logid`) | |
devices: ( | |
{ | |
name: "Wireless Mouse MX Master 3"; | |
smartshift: | |
{ | |
on: true; |