Dommel | CRUD operations with Dapper made simple | Object-Relational Mapping library

 by   henkmollema C# Version: v3.0.0 License: MIT

kandi X-RAY | Dommel Summary

kandi X-RAY | Dommel Summary

Dommel is a C# library typically used in Utilities, Object-Relational Mapping applications. Dommel has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

CRUD operations with Dapper made simple. Dommel provides a convenient API for CRUD operations using extension methods on the IDbConnection interface. The SQL queries are generated based on your POCO entities. Dommel also supports LINQ expressions which are being translated to SQL expressions. Dapper is used for query execution and object mapping. There are several extensibility points available to change the behavior of resolving table names, column names, the key property and POCO properties. See Extensibility for more details.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              Dommel has a low active ecosystem.
              It has 455 star(s) with 82 fork(s). There are 26 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 10 open issues and 109 have been closed. On average issues are closed in 155 days. There are 4 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of Dommel is v3.0.0

            kandi-Quality Quality

              Dommel has 0 bugs and 0 code smells.

            kandi-Security Security

              Dommel has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              Dommel code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              Dommel is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              Dommel releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Dommel
            Get all kandi verified functions for this library.

            Dommel Key Features

            No Key Features are available at this moment for Dommel.

            Dommel Examples and Code Snippets

            No Code Snippets are available at this moment for Dommel.

            Community Discussions

            QUESTION

            How to use Dapper with Dommel and FluentMap to Insert a record into a table that doesn't have an Key?
            Asked 2021-Oct-18 at 18:04

            I'm creating a service in my API that uses Dapper with Dommel and FluentMap. The database is Microsoft SQL Server. I have an endpoint that needs to insert a record into an table that hasn't a key. The table is described like in this entity below:

            ...

            ANSWER

            Answered 2021-Oct-18 at 17:51

            You need to specify a key. ORMs require keys so they know which row to insert, delete or update. It's simply impossible for an ORM to work without keys. Dommel isn't a SQL generator, it works with Dapper so it needs keys.

            The class does have keys anyway - that's a many-to-many table with a composite key. Dommel recognizes the Key attribute which can be used to specify composite keys.

            In Dommel's unit test the ProductsCategories class is used to represent a many-to-many relation with a composite key:

            Source https://stackoverflow.com/questions/69619619

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install Dommel

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/henkmollema/Dommel.git

          • CLI

            gh repo clone henkmollema/Dommel

          • sshUrl

            git@github.com:henkmollema/Dommel.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Object-Relational Mapping Libraries

            Try Top Libraries by henkmollema

            Dapper-FluentMap

            by henkmollemaC#

            CryptoHelper

            by henkmollemaC#

            Jwt.NET

            by henkmollemaC#

            StartupModules

            by henkmollemaC#

            DriftR

            by henkmollemaC#