Tag: database
- MongoDB Local Usage Guide · Databases — Install and connect to MongoDB on localhost:27017 for local development with MERN stack, NestJS Mongoose, and more.
- SQLite Local Usage Guide · Databases — SQLite is a file-based embedded database that does not require a standalone service, commonly used as db.sqlite3 in local development with Rails/Django/Flask.
- PostgreSQL Local Usage Guide · Databases — Install and connect to PostgreSQL on localhost:5432 for local development with applications like Django, Rails, and Node.
- Redis Local Usage Guide · Databases — Run Redis on localhost:6379 for local caching, sessions, queues, and development debugging with NestJS/Bull.
- Adminer Local Database Management Guide · Databases — A single-file PHP database tool, Adminer can be deployed at http://localhost/adminer to manage MySQL, MariaDB, SQLite, and more.
- Using MariaDB on localhost · Databases — MariaDB is an open-source branch of MySQL, and local stacks like XAMPP default to using MariaDB, connecting via localhost:3306.