Databases

Databases

Working with relational databases.

Many projects work with relational databases and many of our IDEs make this a first-class part of the workflow by integrating DataGrip, our SQL IDE.

Getting Started with Redis in Go

Tutorial

Getting Started with Redis in Go
Using Redis in a Go Project.
Best Practices

Part of tutorial

Best Practices
Essential Techniques to Ensure Efficiency and Success with Redis.
Conclusion

Part of tutorial

Conclusion
Considerations and Next Steps.
Transactions

Part of tutorial

Transactions
Using Redis Transactions for Data Integrity.
Redis & GoLand

Part of tutorial

Redis & GoLand
Streamlining GoLand and Redis Setup for Smooth Development.
Learn Redis by Coding

Part of tutorial

Learn Redis by Coding
Unlocking Key Concepts Through Six Interactive Demos.
Pipelines: Running Redis Commands in Batches

Part of tutorial

Pipelines: Running Redis Commands in Batches
Efficiency in Bulk - Maximizing Performance with Redis Pipelines.
Expiring Keys

Part of tutorial

Expiring Keys
Redis Key Expiry - Maximizing Data Efficiency with Time-Based Management.
Pub-Sub Messaging

Part of tutorial

Pub-Sub Messaging
Simplifying Communication Between Applications.
Getting and Setting a Value

Part of tutorial

Getting and Setting a Value
Efficient Data Handling - Redis Retrieval and Storage Capabilities.
What Is Redis?

Part of tutorial

What Is Redis?
Unlocking the Power of Redis - A Practical Guide for Go Developers.
New Project

Part of tutorial

New Project
From Concept to Code - Crafting Your Project's Foundation.
Prerequisites

Part of tutorial

Prerequisites
Install and Resolve Dependencies to Work With Redis.
Automate checks for your Django project

Tip

Automate checks for your Django project
Extend Django's system check framework to turn painful code reviews into a joy.
Demystifying Nulls and Nlanks in Django

Tip

Demystifying Nulls and Nlanks in Django
Learn the difference between blank=True and null=True
Speed up your Django Queries

Tip

Speed up your Django Queries
Optimising queries beyond the N + 1 problem.
View Database Definitions

Tip

View Database Definitions
View the definitions of database entities quickly in the Database tool window.
Working with Multiple Databases in a JetBrains IDE

Tip

Working with Multiple Databases in a JetBrains IDE
Working with multiple databases and database types in your JetBrains IDE.
Working with SQLite Databases in any JetBrains IDE

Tip

Working with SQLite Databases in any JetBrains IDE
Connect to your SQLite database easily inside your JetBrains IDE.
Synthesizing a Database With Kotlin

YouTube

Synthesizing a Database With Kotlin
In this episode of Talking Kotlin, we discuss how Synthesized uses Kotlin together with custom DSLs and OpenAPI to do just that!
Connect to a postgreSQL database

Tip

Connect to a postgreSQL database
Access a postgreSQL database from your JetBrains IDE and do the work in the same window.
Zero to Document Hero - Introduction to MongoDB

YouTube

Zero to Document Hero - Introduction to MongoDB
Learn about the primary differences between relational databases, non-SQL databases and document databases.
Quickly Explore Database Tables in any JetBrains IDE

Tip

Quickly Explore Database Tables in any JetBrains IDE
Explore your database without writing any SQL code.
Working with SQL and databases in WebStorm

YouTube

Working with SQL and databases in WebStorm
The basics of writing SQL queries and working with data using the Database Tools and SQL plugin for WebStorm.
Turbocharging SQL Queries

Tip

Turbocharging SQL Queries
Speed up your SQL queries with your JetBrains IDE.
5 Tips for Combining Python and SQL in Datalore

YouTube

5 Tips for Combining Python and SQL in Datalore
What if you could use Python and SQL inside of one tool?
Working with SQL and databases in Rider

YouTube

Working with SQL and databases in Rider
In this webinar, we'll show the basics of writing SQL queries and working with data in Rider. All described is also relevant to the dedicated database IDE called DataGrip and all other IntelliJ-based IDEs.
Write SQL queries using popular database packages

Tip

Write SQL queries using popular database packages
Work with SQL queries and get completion and other features automatically.
Query a MongoDB databases

Tip

Query a MongoDB databases
Run any queries you want against the database inside your JetBrains IDE.
Connect to a MongoDB database

Tip

Connect to a MongoDB database
Access a MongoDB database from your JetBrains IDE and do the work in the same window.
DataGrip Overview

YouTube

DataGrip Overview
This is the overview video of DataGrip, the SQL IDE from JetBrains.
Setting Up a Database in MongoDB Atlas

Part of tutorial

Setting Up a Database in MongoDB Atlas
Connect MongoDB smoothly by connecting through Pycharm Professional to explore the database GUI.
Query MongoDB databases using SQL statements

Tip

Query MongoDB databases using SQL statements
Run MongoDB queries in SQL format within your IDE.
Webinar Summary - Working with SQL and Databases in IntelliJ IDEA

JetBrains Blog

Webinar Summary - Working with SQL and Databases in IntelliJ IDEA
Watch ‘Working with SQL and Databases in IntelliJ IDEA’ by Maksim Sobolevskiy, Product Marketing Manager for Database Tools at JetBrains.
Database Visualization

Tip

Database Visualization
Visualize the structure of a database with diagrams.
Database Performance Tips with Django

YouTube

Database Performance Tips with Django
Watch Python developer Andrew Brookins helps you squeeze every ounce of database performance from your Django application.
Create SQLite Connection

YouTube

Create SQLite Connection
Learn how to drag-and-drop a .sqlite database file onto the Database tool to create a connection.
Create SQLite Database Connection

Tip

Create SQLite Database Connection
How to drag-and-drop a .sqlite database file onto the Database tool to create a connection.