The Database
Package Manager
For PostgreSQL trusted language extensions (TLEs)
Popular packages
hello_world
•
0.0.2
raminder
An extension to generate greetings
countries
•
0.0.2
raminder
Countries of the world
dbdev
•
0.0.5
supabase
Install packages from the database.dev registry
hybrid_search
•
1.1.1
langchain
Search documents by embedding and full text
embedding_search
•
1.1.1
langchain
Search document embeddings
adminpack
•
0.0.2
michelp
A bunch of useful queries for DBA to manage and inspect databases
read_once
•
0.3.2
olirice
Send messages that can only be read once
index_advisor
•
0.2.1
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
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.