Создание REST API с помощью Prisma и PostgreSQL
Автор выбрал Diversity in Tech Fund для получения пожертвования в рамках программы Write for DOnations. Prisma — это набор инструментов для работы с базой данных с…
Автор выбрал Diversity in Tech Fund для получения пожертвования в рамках программы Write for DOnations. Prisma — это набор инструментов для работы с базой данных с…
Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Кластеризация повышает уровень доступности базы данных за счет распространения…
Whether you’ve installed Redis locally or you’re working with a remote instance, you need to connect to it in order to perform certain operations. In this tutorial we will go over how to connect to Redis from the command line, how to authenticate and test your connection, as well as how to close a Redis connection.
Umami is an open-source web analytics software. This tutorial covers cloning the Umami repository, creating PostgreSQL tables, setting up connection pools, and deploying Umami to the App Platform.
Administering relational databases from the command line can be daunting. A project called phpMyAdmin aims to alleviate this by providing an easy to use web interface for MySQL. In this guide, we’ll discuss how to install and secure phpMyAdmin on top of a LEMP (Linux, Nginx, MySQL, and PHP) stack on an Ubuntu 16.04 server.
Redis is an in-memory key-value store known for its flexibility, performance, and wide language support. This tutorial demonstrates how to install and configure Redis on an Ubuntu server.
Системы управления реляционными базами данных являются ключевым компонентом многих веб-сайтов и приложений. Они предоставляют структурированный…
Learn how to install and use PostgreSQL on Ubuntu. Step-by-step guide includes setup, configuration, and basic database commands for beginners.
Lighttpd is a lightweight open-source web server optimized for high speed environments while keeping resource usage low. It is an excellent alternative to the commonly used web servers Nginx and Apache. In this tutorial, you will install and…
MariaDB is an open-source database management system, commonly used for the MySQL portion of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack.