@backyard/service-postgresql
v0.2.26
Published
Database Service for Backyard powered by PostgreSQL
Downloads
33
Readme
Backyard PostgreSQL
Database Service for Backyard powered by PostgreSQL
What is Backyard
Backyard is an opinioned microservices platform
What is GoTrue
Install
Usage
import { createWorkspaceConfiguration } from '@backyard/common';
import { usePostgreSqlService } from '@backyard/service-postgresql';
export default createWorkspaceConfiguration({
services: [
usePostgreSqlService({
name: 'database',
settings: {
name: string,
user: string,
password: string,
}
}),
],
});