Yahoo Search Busca da Web

Resultado da Busca

  1. Supabase provides several options for programmatically connecting to your Postgres database: Programmatic access using the Data APIs. Connection pooling for scalable connections. Direct connections using the built-in Postgres connection system. Using one of the many Client Libraries.

  2. Because Edge Functions are a server-side technology, it's safe to connect directly to your database using any popular Postgres client. This means you can run raw SQL from your Edge Functions. Here is how you can connect to the database using Deno Postgres driver and run raw SQL.

  3. PostgreSQL is one of the world's most scalable databases. Start a project See documentation. Just Postgres. Every Supabase project is a dedicated Postgres database. 100% portable. Bring your existing Postgres database, or migrate away at any time. Built-in Auth.

    • supabase postgresql1
    • supabase postgresql2
    • supabase postgresql3
    • supabase postgresql4
    • supabase postgresql5
  4. docs.supabase.com › docs › guidesSupabase Docs

    Supabase provides a full Postgres database for every project with Realtime functionality, database backups, extensions, and more.

  5. 8 de set. de 2023 · Classification. Enabling vectors in Supabase. Creating embeddings with OpenAI. Implementing search functionality. Understanding vectors. At a high level, a vector can be considered a container holding an ordered set of numbers.

    • supabase postgresql1
    • supabase postgresql2
    • supabase postgresql3
    • supabase postgresql4
  6. Postgres + goodies. Unmodified Postgres with some useful plugins. Our goal with this repo is not to modify Postgres, but to provide some of the most common extensions with a one-click install.

  7. Migrate using CLI tools. Set the environment variables ( PSQL_COMMAND, SUPABASE_HOST, SUPABASE_PASSWORD) in the Colab notebook. Run the first two steps in the notebook in order. The first sets the variables and the second installs PSQL and the migration script. Run the third step to start the migration. This will take a few minutes.