Skip to content

C-EO/dbdev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,042 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Database Package Registry for Postgres

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 45.7%
  • PLpgSQL 36.9%
  • Rust 13.0%
  • MDX 3.4%
  • Other 1.0%