jamesplease / jamesplease/api-pls
api-pls postgres schema
- 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