Skip to content

How to connect using supabase as source #8251

Answered by hikrr
hikrr asked this question in Q&A
Discussion options

You must be logged in to vote

@o1lab and future discoverers!

I am able to connect to the db now by modifying

This is the original text:

{
  "title": "decent_narwhal",
  "dataSource": {
    "client": "pg",
    "connection": {
      "user": "postgres.deqtlaxsbvexxinrjmgh",
      "password": "THIS WAS MY PASSWORD",
      "database": "postgres",
      "host": "aws-0-ap-southeast-1.pooler.supabase.com",
      "port": "5432",
      "ssl": "true"
    }
  },
  "inflection": {
    "inflectionColumn": "none",
    "inflectionTable": "none"
  },
  "sslUse": "Allowed",
  "extraParameters": []
}

This is the new modified text:

{
  "title": "decent_narwhal",
  "dataSource": {
    "client": "pg",
    "connection": {
      "user": "p…

Replies: 1 comment 3 replies

Comment options

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

@hikrr
Comment options

Answer selected by hikrr
@hikrr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants