Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DESIGN] DB CRUD 기능 설계 #4

Open
4 of 5 tasks
kingyong9169 opened this issue Nov 27, 2021 · 5 comments
Open
4 of 5 tasks

[DESIGN] DB CRUD 기능 설계 #4

kingyong9169 opened this issue Nov 27, 2021 · 5 comments
Assignees
Labels
doc 문서 작업 설계 UI, DB, 비즈니스 로직 등 설계 제안사항 제안사항이 있으면 사용

Comments

@kingyong9169
Copy link
Contributor

kingyong9169 commented Nov 27, 2021

  • 1. 체크메이트 DBMS에 있는 모든 DB 불러오기 SHOW DATABASES;
  • 2. 새로운 DB 만들기 CREATE DATABASE databasename;
  • 3. 기존 DB 삭제 DROP DATABASE databasename;
  • 4. 만약 checkMate DB를 클릭하면
USE checkMate;
SHOW TABLES

혹은
SHOW TABLES FROM checkMate;

  • 5. DB 삭제 시 alert, alert에서 DB이름 입력해야 삭제하도록

세부 DB에 대한 relation, attributes, tuple에 대한 것들은 다음 설계 이슈로 등록

추가 의견이 있으시면 이슈에 코멘트 남겨주시고 직접 수정해주시면 됩니다.

@kingyong9169 kingyong9169 added doc 문서 작업 제안사항 제안사항이 있으면 사용 설계 UI, DB, 비즈니스 로직 등 설계 labels Nov 27, 2021
@kingyong9169 kingyong9169 self-assigned this Nov 27, 2021
@DongWooE
Copy link
Contributor

issue #5 과의 차이점은 어떤 것인가요?

@kingyong9169
Copy link
Contributor Author

이 이슈는 설계용이고 #5 는 기능 전용이긴 하지만 큰 차이가 없네여..

@DongWooE
Copy link
Contributor

그럼 설계 - 계획, 기능 - 실제 구현 뭐 이런식으로 분리되는 건가요?

@kingyong9169
Copy link
Contributor Author

그럼 설계 - 계획, 기능 - 실제 구현 뭐 이런식으로 분리되는 건가요?

맞슴당 나중에 쓸 일이 있을 것 같아 분리했슴당 설계에서 먼저 추상적으로 의논하고 기능(FEATURE) 이슈에서는 실제 기능들, 작업해야 할 사항 등 구체적으로 적으려고 했슴당 이 부분도 DISCUSSION으로 남겨놓겠슴당

@kingyong9169 kingyong9169 changed the title [UI설계] CRUD 기능 설계 1 [설계] CRUD 기능 설계 1 Nov 28, 2021
@sungjindev
Copy link
Member

오 저도 궁금했던 부분인데 이렇게 정리해놓으니 좋네요.

@kingyong9169 kingyong9169 changed the title [설계] CRUD 기능 설계 1 [DESIGN] DB CRUD 기능 설계 Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc 문서 작업 설계 UI, DB, 비즈니스 로직 등 설계 제안사항 제안사항이 있으면 사용
Projects
None yet
Development

No branches or pull requests

3 participants