Skip to content

Commit a757260

Browse files
Merge pull request #88 from YehiaFarghaly/YehiaFarghaly-patch-1
Adding badges to README.md
2 parents 52a2848 + 71eafa8 commit a757260

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
1-
# Database-Engine
1+
# Database-Engine
2+
Database Engine that supports some operations like:
3+
- Creating a table
4+
- Inserting into a table
5+
- Updating a table
6+
- Deleting from a table
7+
- Selecting from a table
8+
- Creating an Index -using Octree-
9+
- Writing SQL queries
10+
</br>
11+
12+
[![Java CI with Maven](https://github.com/YehiaFarghaly/Database-Engine/actions/workflows/maven.yml/badge.svg)](https://github.com/YehiaFarghaly/Database-Engine/actions/workflows/maven.yml)
13+
<div style="display: flex;">
14+
<img src="https://img.shields.io/badge/Apache-maven-%23C71A36?style=for-the-badge&logo=ApacheMaven" alt="Apache Maven badge">
15+
<img src="https://img.shields.io/badge/Github-Actions-%232088FF?style=for-the-badge&logo=GithubActions" alt="Github Actions badge">
16+
<img src="https://img.shields.io/badge/Junit5-tests-%2325A162?style=for-the-badge&logo=Junit5" alt="Junit 5 badge">
17+
<img src="https://img.shields.io/badge/Git--%23F05032?style=for-the-badge&logo=Git" alt="Git badge">
18+
<img src="https://img.shields.io/badge/-Github-%23181717?style=for-the-badge&logo=Github" alt="Github badge">
19+
<img src="https://img.shields.io/badge/-Dependabot-%23025E8C?style=for-the-badge&logo=Dependabot" alt="Dependabot badge">
20+
</a>
21+
<a href="https://checkstyle.org/" target="_blank">
22+
<img src="https://img.shields.io/badge/Checkstyle-8.43-blue?style=for-the-badge&logo=checkstyle" alt="Checkstyle badge">
23+
</a>
24+
</div>
25+
26+
---
27+
## Tools
28+
29+
## Code examples
30+
31+
## Running Application
32+
33+
## Authors
34+

0 commit comments

Comments
 (0)