Key Features

  • Lightweight: dataloom is designed to be minimalistic and easy to use, ensuring a streamlined ORM experience without unnecessary complexities.

  • Database Support: dataloom supports popular relational databases such as PostgreSQL, MySQL, and SQLite3, making it suitable for a variety of projects.

  • Simplified Querying: The ORM simplifies the process of database querying, allowing developers to interact with the database using Python classes and methods rather than raw SQL queries.

  • Intuitive Syntax: dataloom’s syntax is intuitive and Pythonic, making it accessible for developers familiar with the Python language.

  • Flexible Data Types: The ORM seamlessly handles various data types, offering flexibility in designing database schemas.