Hi I have some questions regarding this project:
- As a suggestion, instead of just using
INT(8), INTEGER, FLOAT, DECIMAL data types, wouldn't it be better if it was rust data types for example u8, u16, u32, u64, i8, i16, i32, i64, f32, f64 for numeric data types?
- Is there a Discord server for multisql?