Technologies

SQL Alchemy

Rate:

One of the most popular ORMs written in Python, which enables working with SQL-based databases. It is a standalone library that can be easily integrated with micro-frameworks such as Flask or used in its pure form without the use of any framework. It supports many relational databases, including Firebird, Microsoft SQL Server, MySQL, Oracle, PostgreSQL, SQLite. It allows for convenient use of Python expressions in SQL queries, is highly efficient and safe.