0.2.26 • Published 4 years ago

@backyard/service-postgrest v0.2.26

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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
      }
    }),
  ],
});
0.2.26

4 years ago

0.2.25

4 years ago

0.2.24

5 years ago

0.2.23

5 years ago

0.2.22

5 years ago

0.2.21

5 years ago

0.2.20

5 years ago

0.2.19

5 years ago

0.2.18

5 years ago

0.2.17

5 years ago

0.2.16

5 years ago

0.2.15

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.8

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.1

5 years ago

0.2.3

5 years ago

0.2.0

5 years ago