The Database
Package Manager
For PostgreSQL trusted language extensions (TLEs)
Popular packages
Search for a package
First time?
Install the dbdev client in your PostgreSQL database by following the guide here. Publish your own trusted language extension by following the publishing guide.
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.