Skip to content

Releases: supabase/postgres-meta

v0.3.1

24 Jun 13:18
Compare
Choose a tag to compare

0.3.1 (2020-06-24)

Bug Fixes

  • not all roles appearing (77b0ef0)

v0.3.0

18 Jun 14:09
Compare
Choose a tag to compare

0.3.0 (2020-06-18)

Bug Fixes

  • Updates the order of the type_id from name.schema to schema.name (b9551ff)

Features

  • Adds grants to the roles (8eacf6d)
  • Adds the enums to every column (e18fe1f), closes #12

v0.2.0

15 Jun 08:32
1435f53
Compare
Choose a tag to compare

0.2.0 (2020-06-15)

Features

  • ✨ Adds "relationships" to the /tables endpoint (6ad549c)

v0.1.0

14 Jun 14:04
Compare
Choose a tag to compare
Adds some docker commands

0.0.4

27 May 06:58
Compare
Choose a tag to compare
Trying again 0.0.4

0.0.3

27 May 06:21
Compare
Choose a tag to compare
Bump 0.0.3

0.0.2-canary.0

25 May 14:16
Compare
Choose a tag to compare
0.0.2-canary.0

0.0.2

25 May 13:26
Compare
Choose a tag to compare

0439aed Adds deploy instructions
f96fded Merge pull request #6 from soedirgo/master
2d14874 Add GH Actions workflows
449fa5b Readme should point to the docs - single source of truth
8d39016 Formats the documentation
a1ee3be Adds trial URL
ab89568 Adds the deploy to the readme
0b3a670 Fixes docker file so you can exit with cmd+c
b23846c Adds a dockerfile and fixes pg header
fd94044 Adds link to docs
145bd71 Adds the docs folder
f162e4e Small instructions for running the bin file
e2cf3fb bundles the whole thing up as a binary
62bd793 Adds babel and tries to get pkg working
379456d Initialises the API with some baseline funcitonality
49c89ad Initial commit