awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
henkmollema avatar

henkmollema/Dapper-FluentMapArchived

0
View on GitHub↗
442 stars·90 forks·C#·MIT·7 views

Dapper FluentMap

Provides a simple API to fluently map POCO properties to database columns when using Dapper.

Features

  • Object Relational Mapping - Fluent mapping for Dapper.

Star history

Star history chart for henkmollema/dapper-fluentmapStar history chart for henkmollema/dapper-fluentmap

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Dapper FluentMap

These projects share indexed features with Dapper FluentMap. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • greenrobot/greendaogreenrobot avatar

    greenrobot/greenDAO

    12,590View on GitHub↗

    greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides infrastructure for high-performance data persistence by translating data objects into database records and vice versa. The library implements a type-safe query builder for retrieving records across multiple entities using joins and relationship chaining. It also includes a security layer that provides full-disk encryption for the SQLite database to prevent unauthorized access to stored information. The system utilizes compile-time code generation to create mapping classes, avo

    Java
    View on GitHub↗12,590
  • ahoo-wang/smartsqlAhoo-Wang avatar

    Ahoo-Wang/SmartSql

    1,129View on GitHub↗

    SmartSql = MyBatis in C# .NET Core+ Cache(Memory | Redis) R/W Splitting PropertyChangedTrack +Dynamic Repository InvokeSync Diagnostics

    C#
    View on GitHub↗1,129
  • albrow/zoomA

    albrow/zoom

    0View on GitHub↗
    View on GitHub↗0
  • abrahambotros/loreA

    abrahambotros/lore

    0View on GitHub↗
    View on GitHub↗0
Compare all 30 related projects→

Frequently asked questions

What does henkmollema/dapper-fluentmap do?

Provides a simple API to fluently map POCO properties to database columns when using Dapper.

What are the main features of henkmollema/dapper-fluentmap?

The main features of henkmollema/dapper-fluentmap are: Object Relational Mapping.

Which projects share features with henkmollema/dapper-fluentmap?

Projects with overlapping indexed features include: greenrobot/greendao — greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides… ahoo-wang/smartsql — SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository… albrow/zoom. aspnet/entityframework — EntityFramework is a .NET object-relational mapper that translates application objects into database tables and rows.… astaxie/beego. abrahambotros/lore.