Skip to content

Commit d31ce34

Browse files
committed
Readme updates
1 parent 52e8df7 commit d31ce34

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@
1313

1414
QueryDB is a flexible database query framework designed to simplify querying and executing transactions across multiple database systems.
1515

16-
## Supported Databases
16+
## 🌐 Supported Databases
1717
- [MSSQL](https://www.microsoft.com/en-us/sql-server)
1818
- [MySQL](https://www.mysql.com/)
1919
- [Oracle](https://www.oracle.com/)
2020
- [PostgreSQL](https://www.postgresql.org/)
2121

22-
## Download
22+
## 📥 Download
2323
The package is available and can be downloaded using [nuget.org](https://www.nuget.org/) package manager.
2424
- Package Name - [QueryDB](https://www.nuget.org/packages/QueryDB).
2525

26-
## .NET Supported Versions
26+
## 🎯 .NET Supported Versions
2727

2828
Built on **.NET Standard 2.0** - ( [_Supported Versions_](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-0#tabpanel_1_net-standard-2-0:~:text=Select%20.NET%20Standard%20version) )
2929

30-
## Features
31-
- Retrieve data efficiently from the database.
32-
- Execute scalar queries (returning a single value).
33-
- Execute non-query commands (e.g. `INSERT`, `UPDATE`, `DELETE`).
34-
- Execute transactions while maintaining atomicity.
35-
- Support for both Synchronous and Asynchronous operations.
30+
## ✨ Key Features
31+
- 🔍 Efficient data retrieval using query and command execution.
32+
- Execute scalar queries for single-value results.
33+
- ✏️ Execute non-query commands (e.g. `INSERT`, `UPDATE`, `DELETE`).
34+
- 🔄 Perform multi-command transactions while maintaining atomicity.
35+
- 🔁 Support for both Synchronous and Asynchronous operations.
3636

37-
## Getting Started
37+
## 🚀 Getting Started
3838

3939
- _**Setup `DBContext` with the database of your choice :**_
4040

0 commit comments

Comments
 (0)