ts-safeql / safeql

Validate and auto-generate TypeScript types from raw SQL queries in PostgreSQL.

Home Page:https://safeql.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support pg-promise

tobiasmuehl opened this issue · comments

Are there any plans to support https://github.com/vitaly-t/pg-promise ?

It's possible:

{
  "connections": {
    // ...
    "targets": [
      { "wrapper": "db.+(any|none|query)" }
      ]
  }
}

https://safeql.dev/api/#connections-targets-tag