dbdev logo
Sign UpSign In

The Database
Package Manager

For PostgreSQL trusted language extensions (TLEs)

Getting startedRead the blog post

Popular packages

hybrid_search

•

1.1.0

langchain

Search documents by embedding and full text

embedding_search

•

1.1.0

langchain

Search document embeddings

adminpack

•

0.0.1

michelp

A bunch of useful queries for DBA to manage and inspect databases

read_once

•

0.3.1

olirice

Send messages that can only be read once

index_advisor

•

0.1.0

olirice

Recommend indexes for a given SQL query

pg_headerkit

•

1.0.0

burggraf

PostgreSQL functions that read PostgREST headers for adding functionality to your database

dbdev

•

0.0.2

supabase

Install packages from the database.dev registry

asciiplot

•

0.0.1

olirice

A Toy ASCII Plotting Library

Search for a package

First time?

Install the dbdev client in your PostgreSQL database by following the guide here

Getting started

Simply install pglets via a SQL command

select dbdev.install('olirice-index_advisor');

Where olirice is the handle of the publisher and index_advisor is the name of the pglet.

© Supabase