Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vante-dev committed Oct 15, 2023
1 parent c04d657 commit 9563164
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ npm install --save vante-giveaways

## Examples

You can read this example bot on GitHub: [discord-giveaways-bot](https://github.com/vante-dev/vante-giveaways/tree/giveaways-bot)
You can read this example bot on GitHub: [discord-giveaways-bot](https://github.com/vante-dev/vante-giveaways-bot)

### Launch of the module

Expand Down Expand Up @@ -545,20 +545,20 @@ There are 4 methods you will need to replace:

<u>**SQL examples**</u>

- [MySQL](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/mysql.js)
- [MySQL](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases/mysql.js)
- SQLite
- [Quick.db](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/quick.db.js)
- [Enmap](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/enmap.js)
- [Quick.db](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases//quick.db.js)
- [Enmap](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases/enmap.js)

<u>**NoSQL examples**</u>

- MongoDB
- [Mongoose](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/mongoose.js)
- [QuickMongo](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/quickmongo.js) ⚠️ Not recommended for high giveaway usage, use the `mongoose` example instead
- [Apache CouchDB - Nano](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/nano.js)
- [Mongoose](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases/mongoose.js)
- [QuickMongo](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases/quickmongo.js) ⚠️ Not recommended for high giveaway usage, use the `mongoose` example instead
- [Apache CouchDB - Nano](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases/nano.js)
- Replit Database ⚠️ Only usable if your bot is hosted on [Replit](https://replit.com/)
- [@replit/database](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/replit.js)
- [Quick.Replit](https://github.com/vante-dev/vante-giveaways/examples/custom-databases/quick.replit.js)
- [@replit/database](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases/replit.js)
- [Quick.Replit](https://github.com/vante-dev/vante-giveaways/blob/main/examples/custom-databases/quick.replit.js)


## 🤝 Contribution Acknowledgments 🤝
Expand Down

0 comments on commit 9563164

Please sign in to comment.