An open API service indexing awesome lists of open source software.

https://github.com/woosungkim0123/database-deep-dive

Repository for Database Learning
https://github.com/woosungkim0123/database-deep-dive

database mongodb mysql

Last synced: 2 months ago
JSON representation

Repository for Database Learning

Awesome Lists containing this project

README

          

# Database Deep Dive

## 소개

## 목차

### Mongo DB

- MongoDB 기초
- Create & Update & Delete
- 쿼리
- 인덱스
- 복합 인덱스
- 특수 인덱스
- 집계 프레임워크

[[ MongoDB 살펴보기 ]](https://github.com/woosungkim0123/database-deep-dive/tree/main/mongo_db)

### MySQL