Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1004 Bytes

File metadata and controls

20 lines (12 loc) · 1004 Bytes

dbdev

dbdev

dbdev is a package manager for Postgres trusted language extensions (TLE).

Links

What is a Trusted Language Extension?

Trusted Language Extensions (TLE) allow PostgreSQL extensions to be installed by non-superusers by restricting them to trusted languages such as SQL and PL/pgSQL. Because these languages cannot access the operating system or unsafe memory, the extensions can run safely in managed environments where superuser access is not available. TLEs are commonly used in hosted PostgreSQL services to enable a safer extension ecosystem without granting elevated privileges.

Licence

Apache 2.0