dbdev
Deprecation Notice
The in-database client is deprecated and will be removed in the future. We
recommend using the dbdev CLI's dbdev add command to generate the SQL needed
to install a TLE, and then including that SQL in your database as a migration
file.
If you want to publish your own TLE or install and extension from the registry, you will need the dbdev CLI. Follow its installation instructions to get started.
Backup Warning
Restoring a logical backup of a database with a TLE installed can fail. For this reason, dbdev should only be used with databases with physical backups enabled.