0.2.26 • Published 3 years ago

@backyard/service-postgrest v0.2.26

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.20

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.15

3 years ago

0.2.14

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

3 years ago

0.2.10

3 years ago

0.2.9

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.8

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.3

3 years ago

0.2.0

3 years ago