LetsMelon / tsql

SQL with a little bit extra sugar on top and blazingly fast ✨
Apache License 2.0
1 stars 0 forks source link

Implement "dialects" #15

Open LetsMelon opened 1 year ago

LetsMelon commented 1 year ago

Some datatypes are not supported in every database platform.

Eg.:

PostgreSQL has the datatype uuid while MySQL and SQLite don't have the datatype, uuid is there either a text-type or binary(16).

PostgreSQL: docs MySQL: blog about uuid

Suggested "dialects"