python - pro - 21 - NoSQL
NoSQL
Terminoloji karşılıkları:
| MySQL | MongoDB |
|---|---|
| Database | Database |
| Table | Collection |
| Rows | Documents (BSON) |
| Columns | Fields |
pip install pymongo
mongodb sadece atlas uzerrinden calisiyor ve artik ucretli
| MySQL | MongoDB |
|---|---|
| Database | Database |
| Table | Collection |
| Rows | Documents (BSON) |
| Columns | Fields |
Comments
Post a Comment