Skip to content

Does it support postgres extensions? #123

Answered by AndriiSherman
capaj asked this question in Q&A
Discussion options

You must be logged in to vote

@capaj

We actually have prepared even better way to create custom types in postgresql and mysql. You can check those docs here

CITEXT example will look like this

const citext = customType<{ data: string }>({
  dataType() {
    return 'citext';
  },
});

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@hyzyla
Comment options

@stunaz
Comment options

@ben-xD
Comment options

Answer selected by capaj
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants