jamesplease / jamesplease/api-pls

api-pls postgres schema

Open
#188 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
10
Forks
1
PR merge metrics
No merged PRs in 30d

Description

If all of the tables created by api-pls are in a schema, then they wouldn't interfere with existing tables.

---

Anytime a sync or migration occurs, I can ensure the schema exists via:

`CREATE SCHEMA IF NOT EXISTS api_pls`

Then, I can create tables in that schema via

`CREATE TABLE api_pls.my_table`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the sync and migration entry points that create api-pls tables. Check how CREATE SCHEMA IF NOT EXISTS api_pls and schema-qualified table creation would fit there, then verify that existing tables are not affected and that migrations and syncs work when the schema is absent.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, postgresql
Domain
backend, databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.