dbdev icon indicating copy to clipboard operation
dbdev copied to clipboard

Database Package Registry for Postgres

Results 25 dbdev issues
Sort by recently updated
recently updated
newest added

# Improve documentation Prominently document that dbdev should only be used with physical backups

documentation

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...

dependencies
javascript

The FAQ page (https://database.dev/faq) shows the profile page (AFAIK, I was just taking a look at the site, I'm not a user) of a user named faq (created today, presumably...

bug

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Improve documentation I do not see a page which addresses or explains how TLE updates are supposed to be written and applied ## Describe the problem As a developer,...

documentation

# Chore ## Describe the chore dbdev deoesn't support all of gh flavored markdown: ## Additional context https://database.dev/kiwicopple/supa_audit from this extension: https://github.com/supabase/supa_audit

Currently the `public.packages` view is defined like this: ```sql create or replace view public.packages as select pa.id, pa.package_name, pa.handle, pa.partial_name, newest_ver.version as latest_version, newest_ver.description_md, pa.control_description, pa.control_requires, pa.created_at, pa.default_version from app.packages...

bug

# Bug report I have 2 files for my extension. basejump_core--2.0.1.sql basejump_core--2.0.1--2.1.0.sql Default version set to 2.1.0. On a clean install, running `create extension "basejump_core" version '2.1.0';` will fail with...

bug

Not really a bug, but don't think documentation tag either. Once a TLE is published can I remove it? I did a test TLE that is useless but can't find...

bug