Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ParadeDB Postgres #10841

Open
1 of 18 tasks
philippemnoel opened this issue Apr 21, 2024 · 0 comments
Open
1 of 18 tasks

Add support for ParadeDB Postgres #10841

philippemnoel opened this issue Apr 21, 2024 · 0 comments

Comments

@philippemnoel
Copy link

Feature Description

ParadeDB offers full-text search in Postgres via a Postgres extension called pg_search and offers real-time analytics via an extension called pg_analytics: https://github.com/paradedb/paradedb

Adding support for creating pg_search indexes, for example, via TypeORM would allow users who use those extensions to continue building their applications with TypeORM.

The Solution

I am not fully familiar with how TypeORM to propose a direct solution, but I know the folks at Drizzle are implementing an "extension API".

Considered Alternatives

N/A

Additional Context

My team and I at ParadeDB are happy to be of help in the implementation

Relevant Database Driver(s)

  • aurora-mysql
  • aurora-postgres
  • better-sqlite3
  • cockroachdb
  • cordova
  • expo
  • mongodb
  • mysql
  • nativescript
  • oracle
  • postgres
  • react-native
  • sap
  • spanner
  • sqlite
  • sqlite-abstract
  • sqljs
  • sqlserver

Are you willing to resolve this issue by submitting a Pull Request?

No, I don’t have the time, but I can support (using donations) development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant