Discord Bot Base
Databases
Database guides
A database is a system that stores and organizes information in a structured manner, enabling the efficient creation, reading, updating, and deletion of this data. It is essential for managing large volumes of information, facilitating data access and manipulation for applications and users.
Using the CLI to generate your project, you can select a database preset.
In most presets, the chosen database integration is in the database
folder within src
.
The available presets are:
- MongoDB (mongoose) - See the guide
- Firestore (typesaurus) See the guide
- Firestore (firelord) See the guide
- QuickDB (better-sqlite3)