postgres-meta
postgres-meta copied to clipboard
A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
Bumps [fastify](https://github.com/fastify/fastify) from 3.28.0 to 4.5.2. Release notes Sourced from fastify's releases. v4.5.2 What's Changed Fix 4204 by @mcollina in fastify/fastify#4205 Full Changelog: https://github.com/fastify/fastify/compare/v4.5.1...v4.5.2 v4.5.1 What's Changed make sure preSerialization...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.35 to 18.7.10. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [prettier-plugin-sql](https://github.com/un-ts/prettier) from 0.7.0 to 0.11.0. Release notes Sourced from prettier-plugin-sql's releases. [email protected] Minor Changes #218 0afd4d7 Thanks @JounQin! - chore(deps): bump sql-formatter@v9 [email protected] Patch Changes #212 d5cc092 Thanks @JounQin!...
Bumps [pino-pretty](https://github.com/pinojs/pino-pretty) from 7.6.1 to 9.0.1. Release notes Sourced from pino-pretty's releases. v9.0.1 What's Changed Align export in index.d.ts and index.js by @TommyDew42 in pinojs/pino-pretty#370 New Contributors @TommyDew42 made their...
Bumps [pino](https://github.com/pinojs/pino) from 7.11.0 to 8.4.2. Release notes Sourced from pino's releases. v8.4.2 What's Changed build(deps-dev): bump pino-pretty from 8.1.0 to 9.0.0 by @dependabot in pinojs/pino#1519 chore: update pino-pretty example...
Bumps [@sinclair/typebox](https://github.com/sinclairzx81/typebox) from 0.23.4 to 0.24.28. Commits e4d3df3 Next ef189d0 Next 49bcbd8 Next 00ca7f0 updates 49512d9 updates 8f2a7c0 updates 7368344 updates See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
Bumps [pgsql-parser](https://github.com/pyramation/pgsql-parser) from 13.3.11 to 13.3.12. Commits b6691ac chore(release): publish be8286c tests 6c525de github 6591006 Merge pull request #84 from acarl005/cte e514129 refactor to use Deparser.list method 9dd4405 fix aliases...
# Feature request Use the user role to apply a specific RLS policy to requests. ## Problem We would like to extend supabase-studio and give a finer access control to...
Bumps [pkg](https://github.com/vercel/pkg) from 5.7.0 to 5.8.0. Release notes Sourced from pkg's releases. 5.8.0 Highlights Support more language features, including but not limited to classPrivateMethods (#1248, #1249) Note: pkg uses Babel...
Closes #286 Usage: ``` HEAD /tables ``` Response: ``` HTTP/1.1 200 OK content-range: */5 ```