Использование PGBouncer с CockroachDB.
https://clck.ru/VPWSc
https://clck.ru/VPWSc
dzone.com
Using PGBouncer With CockroachDB - DZone Database
In this article, see to wire PGBouncer to work with CockroachDB.
Генератор случайных фреймов данных и таблиц базы данных. Часто новички в SQL или науке о данных сталкиваются с проблемой легкого доступа к большому образцу файла базы данных ( .DB или .sqlite ) для отработки команд SQL. Разве не было бы замечательно иметь простой инструмент или библиотеку для создания большой базы данных с несколькими таблицами, заполненными данными по собственному выбору?
https://clck.ru/VQwEa
https://clck.ru/VQwEa
Python Awesome
Random dataframe and database table generator
Как использовать поля данных JSON в базах данных MySQL.
https://clck.ru/VRPY9
https://clck.ru/VRPY9
Sitepoint
How to Use JSON Data Fields in MySQL Databases - SitePoint
MySQL 5.7+ InnoDB databases and PostgreSQL 9.2+ support JSON document types in a single field. We explore the MySQL 8.0 JSON implementation in more detail.
Вопрос SQL с Pandas Как мы можем выполнять манипуляции с данными на основе SQL с помощью pandas https://clck.ru/VSi5C
Medium
SQL Question with Pandas
How we can perform SQL based data manipulation with pandas
Пишите более быстрые и эффективные SQL-запросы https://clck.ru/VVWZM
Arctype Blog
Write Faster and More Efficient SQL Queries
As developers, we are aware of various best practices for SQL query optimization. While a few of these are specific to individual relational database management systems (RDBMSs), most can apply to virtually any database.
Масштабирование реляционных баз данных SQL.
https://clck.ru/VWEem
https://clck.ru/VWEem
stribny.name
Scaling relational SQL databases
A list of things that we can do when we need to scale a SQL database.
Агрегатные функции SQL - с примерами запросов данных для начинающих.
https://clck.ru/VXRRP
https://clck.ru/VXRRP
freeCodeCamp.org
SQL Aggregate Functions – With Example Data Queries for Beginners
What is an Aggregate Function?SQL aggregate functions will seem very familiar if you have worked with spreadsheets. Have you ever used SUM in Google Sheets or Excel? The SUM function exists in SQL as well, and is called an aggregate function. Aggregate…
Адаптер базы данных PostgreSQL для языка программирования Python.
https://clck.ru/VYsAd
https://clck.ru/VYsAd
Python Awesome
PostgreSQL database adapter for the Python programming language
Psycopg is the most popular PostgreSQL database adapter for the Python programming language.
Разработка схемы MySQL: назад в будущее?
Оказавшись в мире MySQL, разработчики почти наверняка услышат несколько советов о том, как им следует разрабатывать схемы баз данных в MySQL. Это сообщение в блоге расскажет, что следует учитывать при работе со схемами баз данных в MySQL. https://clck.ru/VacNt
Оказавшись в мире MySQL, разработчики почти наверняка услышат несколько советов о том, как им следует разрабатывать схемы баз данных в MySQL. Это сообщение в блоге расскажет, что следует учитывать при работе со схемами баз данных в MySQL. https://clck.ru/VacNt
Arctype Blog
MySQL Schema Design: Back to The Future?
Once developers find themselves in the MySQL world, they will almost certainly hear some advice on how they should go about designing database schemas in MySQL. This blog post will provide insight into what you should consider when dealing with database…
Как настроить службы реляционных баз данных AWS с MySQL Замечательный продукт, позволяющий настраивать, масштабировать и управлять реляционной базой данных в облаке. В этом пошаговом руководстве мы рассмотрим, как настроить соединение MySQL в базе данных RDS. https://clck.ru/Vbdjh
Articles by Victoria Lo
How to Set Up AWS Relational Database Services with MySQL
Hello everyone! Let's learn about Amazon Relational Database Services (RDS). An amazing product that lets you set up, scale and operate a relational database in the cloud. In this step-by-step tutorial, we will take a look at how to set up a MySQL co...
Все о базах данных - часть 1: Как выбрать базу данных? https://clck.ru/VeUE8
Medium
Everything about Databases- Part 1: How to Choose a Database?
Why do we need a database?
Начало работы с SQLAlchemy. Реализация SQLAlchemy для операций с базой данных в Python https://clck.ru/ViPQu
Medium
Getting Started with SQLAlchemy
It facilitates communication between Python programs and databases. Most of the time, this library is used as an ORM tool. ORM is a programming technique for representing database records as…
Давайте создадим API с помощью Express и MongoDB для операций CRUD Эта статья предоставит вам базовое руководство по созданию API с помощью Express и MongoDB для операций CRUD. https://clck.ru/Vmdvc
Medium
Let’s Build an API with Express and MongoDB for CRUD Operations
This article will give you a basic tutorial for creating an API with Express.js and MongoDB for CRUD operations. The CRUD operations are…
Введение в MongoDB и как его использовать.
https://clck.ru/VoNao
https://clck.ru/VoNao
DevDojo
Introduction To MongoDB and How To Use It
Introduction MongoDB is a NoSQL (not only SQL) database. In NoSQL databases, we store our data in a collection of documents. These documents are very similar to JavaScript objects or JSON objects. So ...
Используйте оконные функции MySQL, чтобы получить больше от ваших данных.
https://clck.ru/VrRX4
https://clck.ru/VrRX4
dzone.com
MySQL Window Functions: Get More Out of Your Data - DZone Database
In this article, we will use practical examples to demonstrate how window functions can help you improve your MySQL query skills.