Giter Club home page Giter Club logo

dapperentityorm's Issues

Add static methods for update, insert, and delete in DapperEntityORM repository

Currently, the DapperEntityORM repository lacks static methods for update, insert, and delete operations. This creates an inconvenience for developers who have to create an instance of the repository to perform these operations.

Adding static methods to the repository will make it more user-friendly and save developers time and effort. Static methods can be called directly without the need to instantiate the repository class.

Therefore, I propose that we add static methods for update, insert, and delete operations in the DapperEntityORM repository. These methods should have the same functionality as the instance methods and be implemented in a way that is consistent with the existing codebase.

Add Validations for Fields in Insert and Update Methods and Create IsValid Method

Currently, our application's insert and update methods do not have any validations for the fields, which can lead to incorrect or incomplete data being saved to the database. It is essential to implement field validations in both insert and update methods to ensure the data is correct and complete.

Additionally, we need to create a new method called "IsValid" that will verify whether the instance is valid in all its properties. This method will help us to ensure that all data is valid before it is saved to the database.

Update readme

Update the readme with:

  • Table attribute
  • Relation attribute
  • Column attribute

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.