@backyard/service-postgrest
TypeScript icon, indicating that this package has built-in type declarations

0.2.26 • Public • Published

Backyard PostgREST

Rest Service for Backyard using PostgREST

What is Backyard

Backyard is an opinioned microservices platform

What is PostgREST

Install

npm (scoped)

Usage

import { createWorkspaceConfiguration } from '@backyard/common';
import { usePostgRestService } from '@backyard/service-postgrest';

export default createWorkspaceConfiguration({
  services: [
    usePostgRestService({
      name: 'rest',
      settings: {
        db: string,
        schema: string,
        anonRole: string
      }
    }),
  ],
});

Readme

Keywords

none

Package Sidebar

Install

npm i @backyard/service-postgrest

Weekly Downloads

7

Version

0.2.26

License

MIT

Unpacked Size

8.76 kB

Total Files

20

Last publish

Collaborators

  • traviskuhl
  • elwoodtechnology