Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
NivixX committed Oct 22, 2024
2 parents b0c5170 + 6cc49bf commit 67ca142
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<a><img alt="Stars" src="https://img.shields.io/github/stars/NivixX/NDatabase"></a>
<a><img alt="jitpack" src="https://jitpack.io/v/NivixX/NDatabase.svg"></a>
<a><img alt="License" src="https://img.shields.io/github/license/NivixX/NDatabase"></a>
<a><img alt="Visitor count" src="https://visitor-badge.glitch.me/badge?page_id=nivixx.ndatabase"></a>
</p>

# NDatabase
Expand All @@ -21,6 +20,8 @@ NDatabase can support java 8 from 18 and higher and all minecraft server version

[**NDatabase WIKI**](https://github.com/NivixX/NDatabase/wiki) - [Spigot page](https://www.spigotmc.org/resources/ndatabase-fast-data-model-creation-powerful-async-sync-api.107793/)

I used NDatabase in my own server that could handle 500 concurrent players, you can have more interesting technical details [in this repo](https://github.com/NivixX/BloodyBattle)

## Benefits of using NDatabase
* **Fast to use, you don't have to write any Repository class or write SQL:** this framework is designed in a way that you just have to create your data model object (DTO) and a fully usable repository will be created automatically. See [NDatabase Installation & Quickstart](https://github.com/NivixX/NDatabase/wiki/C.-Installation-&-Quickstart-in-5-minutes)
* **Install once, use it everywhere:** It's obvious that a server always have a lot of plugins, most of them require a database, and you need to re-implement, and configure your database for every plugin. Connection pool duplication cost a lot of resources. With NDatabase, you just install the plugin once, and you can use the API in every plugins without configuration needed.
Expand Down

0 comments on commit 67ca142

Please sign in to comment.