-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some questions regarding this project #169
Comments
Hi Raj, thanks for the questions.
This is a reasonable point but for
Yup, we (I) use GlueSQL's: Further: |
:)
Ah right mate understood :)
Right I see mate.
Is MultiSQL similar to GlueSQL?
All good mate and thanks for letting me know =D |
They were originally the same and continue to share ambitions. |
@KyGost Thanks mate :) |
@KyGost Which one should I use though? |
@KyGost Ah right thanks :) |
Hi I have some questions regarding this project:
INT(8)
,INTEGER
,FLOAT
,DECIMAL
data types, wouldn't it be better if it was rust data types for exampleu8
,u16
,u32
,u64
,i8
,i16
,i32
,i64
,f32
,f64
for numeric data types?The text was updated successfully, but these errors were encountered: