반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 알고리즘
- MongoDB
- CS
- 네트워크
- Git
- react
- array
- 생각로그
- 트러블슈팅
- 주간회고
- 자바스크립트
- 기록
- mongo
- 생각정리
- 리눅스
- Grafana
- next.js
- javascript
- 피드백
- 생각일기
- 코테
- mongoose
- 회고
- WIL
- Java
- til
- typescript
- nest.js
- mysql
- js
Archives
- Today
- Total
목록2025/05 (1)
코딩일상

수퍼베이스 대시보드에서 아래 쪽으로 이동을 한후에 사용하고자하는 신규 스키마를 expose 시켜주면 된다. { code: 'PGRST106', details: null, hint: null, message: 'The schema must be one of the following: public, graphql_public, tcrc'} 추가로 이렇게 설정한 이후 @supabase/supabase-js 라이브러리 통해서 할경우아래 코드와 같이 .schema를 지정해서 사용한다 하지 않을경우 public이 default이다.// Initialize the JS clientimport { createClient } from '@supabase/supabase-js'const supabase = ..
개발 공부
2025. 5. 21. 23:44