$ psql -h db.khozjjlacisdfkzjvagh.supabase.co -p 5432 -d postgres -U postgres
Password for user postgres:
psql (14.5 (Homebrew), server 14.1)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
postgres=> \dt+
List of relations
Schema | Name | Type | Owner | Persistence | Access method | Size | Description
--------+------+-------+----------------+-------------+---------------+------------+-------------
public | test | table | supabase_admin | permanent | heap | 8192 bytes | test
(1 row)
postgres=>
$ psql -h db.khozjjlacisdfkzjvagh.supabase.co -p 5432 -d postgres -U postgres
Password for user postgres:
psql (14.5 (Homebrew), server 14.1)
SSL connection (protocol: TLSv1.3, cipher: TLS_AES_256_GCM_SHA384, bits: 256, compression: off)
Type "help" for help.
postgres=> \dt+
List of relations
Schema | Name | Type | Owner | Persistence | Access method | Size | Description
--------+------+-------+----------------+-------------+---------------+------------+-------------
public | test | table | supabase_admin | permanent | heap | 8192 bytes | test
(1 row)
postgres=>