Chore
Describe the chore
(This one is up for debate but I think it would be useful especially for testing environments like GH actions)
The "dbdev install" command adds the TLE to the database but doesn't "enable" the extension. It could be useful to have a command like dbdev create pg_idkit --connection " which essentially runs:
CREATE EXTENSION pg_idkit;
Additional context
Add any other context or screenshots that help clarify the task.
Chore
Describe the chore
(This one is up for debate but I think it would be useful especially for testing environments like GH actions)
The "dbdev install" command adds the TLE to the database but doesn't "enable" the extension. It could be useful to have a command like dbdev create pg_idkit --connection " which essentially runs:
CREATE EXTENSION pg_idkit;Additional context
Add any other context or screenshots that help clarify the task.