You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- C#: <ahref="https://github.com/npgsql/npgsql"target="_blank">Npgsql</a>,<ahref="https://github.com/DapperLib/Dapper"target="_blank">Dapper</a>, or <ahref="https://github.com/dotnet/efcore"target="_blank">Entity Framework Core</a>
189
+
- Elixer: <ahref="https://github.com/elixir-ecto/ecto"target="_blank">ecto</a> or <ahref="https://github.com/elixir-ecto/postgrex"target="_blank">Postgrex</a>
190
+
- Go: <ahref="https://github.com/jackc/pgx"target="_blank">pgx</a>, <ahref="https://github.com/go-pg/pg"target="_blank">pg</a> or <ahref="https://github.com/uptrace/bun"target="_blank">Bun</a>
- PHP: <ahref="https://laravel.com/"target="_blank">Laravel</a> or <ahref="https://www.php.net/manual/en/book.pgsql.php"target="_blank">PHP</a>
198
+
- Python: <ahref="https://github.com/psycopg/psycopg2/"target="_blank">psycopg2</a>, <ahref="https://www.sqlalchemy.org/"target="_blank">SQLAlchemy</a>, or <ahref="https://www.djangoproject.com/"target="_blank">Django</a>
199
+
- R: <ahref="https://github.com/r-dbi/DBI"target="_blank">DBI</a> or <ahref="https://github.com/ankane/dbx"target="_blank">dbx</a>
200
+
- Ruby: <ahref="https://github.com/ged/ruby-pg"target="_blank">pg</a> or <ahref="https://rubyonrails.org/"target="_blank">Rails</a>
201
+
- Rust: <ahref="https://crates.io/crates/postgres"target="_blank">postgres</a>, <ahref="https://github.com/launchbadge/sqlx"target="_blank">SQLx</a> or <ahref="https://github.com/diesel-rs/diesel"target="_blank">Diesel</a>
202
+
- Swift: <ahref="https://github.com/vapor/postgres-nio"target="_blank">PostgresNIO</a> or <ahref="https://github.com/codewinsdotcom/PostgresClientKit"target="_blank">PostgresClientKit</a>
203
+
- ... open a PR to add your favorite language and connector.
186
204
# NLP Tasks
187
205
PostgresML integrates 🤗 Hugging Face Transformers to bring state-of-the-art NLP models into the data layer. There are tens of thousands of pre-trained models with pipelines to turn raw text in your database into useful results. Many state of the art deep learning architectures have been published and made available from Hugging Face <ahref= "https://huggingface.co/models"target="_blank">model hub</a>.
0 commit comments