1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python9,005 forks (9,005 forks)batch import
area:backendenhancementhelp wantedneeds-triage
Repository metrics
- Stars
- 67,767 stars (67,767 stars)
- PR merge metrics
- Avg merge 2d 5h (Avg merge 2d 5h)229 merged PRs in 30d (229 merged PRs in 30d)
Description
Before you start
Problem / motivation
suggest supporting pg schema
Proposed solution
suggest supporting pg schema
Affected area(s)
Backend API (gateway / endpoints / SSE)
Alternatives considered
No response
Additional context
No response
Contributor guide
- Research direction
- Examine the database connection and ORM setup to see how tables are referenced without schema. Identify where schema is hardcoded or assumed. Then modify the code to accept a configurable schema parameter, ensuring all queries and table references use the specified schema. Test with multiple schemas.
- Tech stack
- pythonpostgresql
- Domain
- backenddatabase
- Issue type
- Feature
- Prerequisites
- PythonPostgreSQLSQLAlchemy