# Dapper vs Django ORM

| Attribute | Dapper | Django ORM |
|---|---|---|
| **Vioscale score** | 52.1 (38% (low)) | 72.1 (33% (low)) |
| activity.commits_last_30d | 6 | 73 |
| adoption.dependent_repos | 477 | 114,817 |
| adoption.github_stars | 18,373 | 88,955 |
| deployment.options | - | `{"self_hosted":true}` |
| description.long | A micro-ORM for .NET that extends ADO.NET connections to execute SQL queries and stored procedures, supporting both synchronous and asynchronous operations with features for object mapping, dynamic SQL building, and multi-result set processing. | Django provides a database-abstraction API for structuring and manipulating application data through an object-relational mapping layer. It enables creation, retrieval, updating, and deletion of database objects using Python models. |
| features.capabilities | `{"raw_sql":true,"multi_db":true,"languages":"C# / .NET (all TFMs)","relations":true}` | `{"raw_sql":true,"multi_db":true,"languages":"Python","relations":true,"migrations":true,"type_safe_queries":true}` |
| language.primary | C# | Python |
| license.spdx | - | BSD-3-Clause |
| platform.support | - | `{"cli":true,"web":true}` |
| pricing | - | `{"type":"open_source","sourceUrl":"https://docs.djangoproject.com/en/stable/topics/db/queries/","retrievedAt":"2026-08-14T09:19:25.676Z"}` |
| pricing.free_tier | - | yes |
| pricing.model | - | open_source |
| pricing.price_level | - | free |
| pricing.transparent | - | yes |
| release.cadence_days | 26 | - |
| release.history | `[{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.79","date":"2026-05-16T20:40:41Z","type":"stable","version":"2.1.79"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.72","date":"2026-03-06T07:16:11Z","type":"stable","version":"2.1.72"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.66","date":"2025-02-06T12:26:12Z","type":"stable","version":"2.1.66"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.44","date":"2024-04-12T12:42:44Z","type":"stable","version":"2.1.44"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.42","date":"2024-04-12T10:23:44Z","type":"stable","version":"2.1.42"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.37","date":"2024-03-14T15:17:02Z","type":"stable","version":"2.1.37"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.35","date":"2024-03-06T15:08:18Z","type":"stable","version":"2.1.35"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.28","date":"2024-01-02T16:13:39Z","type":"stable","version":"2.1.28"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.24","date":"2023-11-23T09:30:26Z","type":"stable","version":"2.1.24"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.21","date":"2023-11-11T09:07:29Z","type":"stable","version":"2.1.21"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.15","date":"2023-10-19T12:52:19Z","type":"stable","version":"2.1.15"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.11","date":"2023-10-13T06:26:06Z","type":"stable","version":"2.1.11"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.4","date":"2023-09-13T20:52:44Z","type":"stable","version":"2.1.4"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.1.1","date":"2023-09-12T15:17:35Z","type":"stable","version":"2.1.1"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.0.151","date":"2023-08-18T09:51:46Z","type":"stable","version":"2.0.151"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.0.143","date":"2023-06-20T12:43:19Z","type":"stable","version":"2.0.143"},{"url":"https://github.com/DapperLib/Dapper/releases/tag/2.0.138","date":"2023-06-09T15:32:01Z","type":"stable","version":"2.0.138"}]` | - |
| reliability.status_page | yes | - |
| security.disclosure_policy | - | yes |
| security.scorecard | - | 6.6 |
| security.vulnerabilities | `{"count":0,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=nuget&package_name=dapper&per_page=100","last_12m":0,"max_severity":null}` | `{"count":100,"source":"https://advisories.ecosyste.ms/api/v1/advisories?ecosystem=pypi&package_name=django&per_page=100","last_12m":31,"max_severity":"CRITICAL"}` |

## Capabilities (ORM & Database Tools)

| Capability | Dapper | Django ORM |
|---|:--:|:--:|
| **Core** |  |  |
| Type-safe queries | - | ✓ |
| Schema migrations | - | ✓ |
| Relations / joins API | ✓ | ✓ |
| Languages | C# / .NET (all TFMs) | Python |
| **Modelling** |  |  |
| Schema-first modelling | - | - |
| **Flexibility** |  |  |
| Raw SQL escape hatch | ✓ | ✓ |
| **Portability** |  |  |
| Multiple database backends | ✓ | ✓ |
| **Ops** |  |  |
| Connection pooling | - | - |
| **DX** |  |  |
| Data browser / studio | - | - |

*Source: Vioscale. Generated 2026-09-01T15:07:24.123Z. "-" = undocumented, not absent.*
