orm
ORM library
An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation.
An async ORM. 🗃
2k stars
42 watching
98 forks
Language: Python
last commit: about 2 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
alevy/postgresql-orm | An Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases. | 77 |
wichert/pyramid_sqlalchemy | A package that simplifies the integration of SQLAlchemy with Pyramid web applications. | 26 |
tarsil/saffier | An ORM that simplifies the interaction with relational databases using an object-oriented interface | 62 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 709 |
05bit/peewee-async | An asynchronous interface for Peewee ORM, providing a drop-in replacement for synchronous code with support for multiple databases. | 735 |
eaigner/hood | An ORM library for Go, enabling the creation of structured databases with support for transactions, migrations, and validation. | 711 |
wallneradam/esorm | An ORM library for ElasticSearch documents using Pydantic | 39 |
mikro-orm/nestjs | A NestJS module for integrating the MikroORM with TypeScript and a specific choice of database drivers. | 205 |
meltingice/node-activerecord | An Object-Relational Mapping (ORM) library for multiple databases, including SQL and NoSQL systems. | 58 |
anykeyh/clear | An ORM library for Crystal that simplifies interactions with PostgreSQL databases. | 272 |
krozark/cpp-orm | A C++ library providing a simple and lightweight Object-Relational Mapping (ORM) system for interacting with relational databases. | 7 |
juancarlospaco/nim-gatabase | A compile-time ORM for Nim, providing a simplified DSL for working with databases. | 120 |
eudoxia0/crane | A database abstraction layer for Common Lisp, providing an object-relational mapping interface. | 201 |
orthecreedence/cl-async | A library providing asynchronous I/O capabilities for Common Lisp programming. | 273 |
araq/ormin | A library that provides an object-relational mapping system to interact with databases using a high-level interface. | 153 |