i just want to convert my all MYSQL tables into crate tables. This is actually an mobile app backend. Is it really possible in Crate to do exact query operation similar to MYSQL.
I didn't see any JOIN, Intersect, union ..etc. Even i can't use subquery (IN operator) in crate.
I also didn't see primary key ==> foreignKey relations set on table.
Please help me to do all the above on Crate DB.
"I love crate". it seems really faster, but it lacks on Complex Query to excute as like normal MYSQL.