Records is a Python library designed to make executing raw SQL queries feel natural. It provides an elegant interface for interacting with query results, allowing you to treat them much like Python objects. You can execute queries directly or load them from files, and it supports parameterized queries for safety.
Simplify raw SQL querying for Python developers.
Python developers who frequently need to run direct SQL queries against relational databases.