Skip to content

Implement "dialects" #15

@LetsMelon

Description

@LetsMelon

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"

  • PostgreSQL
  • MySQL
  • SQLite

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions