Projekt

Obecné

Profil

Databáze » Historie » Revize 2

Revize 1 (Tomáš Ballák, 2020-03-19 20:56) → Revize 2/5 (Tomáš Ballák, 2020-03-19 20:56)

h1. Databáze 

 h2. MySQL 

 * https://www.mysql.com/ 
 * relační databáze 


 
 h2. MongoDB 

 * https://www.mongodb.com/ 
 * dokumentová databáze 

 <pre><code class="javascript"> 
 { 
   "_id": 1, 
   "title": "The Arrival of a Train", 
   "year": 1896, 
   "runtime": 1, 
   "released": ISODate("1896-01-25"), 
   "type": "movie", 
   "directors": [ "Auguste Lumière", "Louis Lumière" ], 
   "countries": [ "France" ], 
   "genres": [ "Documentary", "Short" ], 
 } 
 </code></pre>