Skip to content

Commit ef4d3b5

Browse files
authored
Merge branch 'main' into coverage
2 parents ad0bcbc + 1da9722 commit ef4d3b5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

collections/web-games/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ items:
66
- AlexNisnevich/untrusted
77
- doublespeakgames/adarkroom
88
- Hextris/hextris
9+
- mrbid/Cubes2
10+
- mrbid/Snowboarder
11+
- mrbid/Snowling
12+
- mrbid/SNOWBALL2
13+
- mrbid/SpaceMiner
14+
- mrbid/FractalAttackOnlineLite
15+
- mrbid/CoinPusher
16+
- mrbid/TuxPusher
917
display_name: Web games
1018
created_by: leereilly
1119
---

topics/database/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ short_description: A database is a structured set of data held in a computer, us
66
topic: database
77
logo: database.png
88
wikipedia_url: https://en.wikipedia.org/wiki/Database
9+
related: dbms, sql, relational-database, nosql, document-oriented, in-memory-database, data-warehouse, graphdb, spatial-database, crud
910
---
1011
A database is a structured set of data held in a computer, most often a server. Databases use a database management system (DBMS) that interacts with users, similar to a lookup table. Modern databases are designed to allow for creation, querying, updating, and administration of the data it holds.

0 commit comments

Comments
 (0)