How To Access Relational Databases In Python

A simple guide to using database adapters

Aashish Nair
Towards Data Science
6 min readMar 14, 2022

--

Photo by Danny Meneses from Pexels

Relational database management systems (RDBMS) are ubiquitous.

They provide an easy way to store vast quantities of information. Furthermore, with the aid of SQL, accessing, maintaining, and modifying the data stored in them is all too easy.

--

--