Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

# dbdev

dbdev is a package manager for PostgreSQL [trusted language extensions (TLE)](https://github.com/aws/pg_tle). To publish your own TLE, follow [the publishing guide](https://supabase.github.io/dbdev/).
dbdev is a package manager for Postgres [trusted language extensions (TLE)](https://github.com/aws/pg_tle).

For more info, check out the [dbdev release blog post](https://supabase.com/blog/dbdev) or start searching for packages on [database.dev](https://database.dev).
- Search for packages on [database.dev](https://database.dev).
- Documentation: [supabase.github.io/dbdev/](https://supabase.github.io/dbdev/)
- Publish your own Extension: [supabase.github.io/dbdev/publish-extension/](https://supabase.github.io/dbdev/publish-extension/)
- Read the dbdev [release blog post](https://supabase.com/blog/dbdev)


## UX
## Usage

Users primarily interact with the registry using the dbdev SQL client. Once present, pglets can be installed as follows:

Expand Down