Giter VIP home page Giter VIP logo

Comments (5)

Dzoukr avatar Dzoukr commented on May 23, 2024 1

Thanks for the offer, Michal, but I decided not to complicate the library. Custom mapping over column names is a rabbit hole in the long-term and I'll keep trying to avoid it as long as possible.

from dapper.fsharp.

Dzoukr avatar Dzoukr commented on May 23, 2024

Hi Michal,

I need to think about this one because then we would be pretty close to functionality I did not add on purpose (for clarity reasons) - mapping record properties names to table columns.

Does

{
    id = Guid.NewGuid()
    first_name = "Works"
    last_name = "Great"
    date_of_birth = DateTime.Today
    position = 1
}

work for you?

from dapper.fsharp.

mnebes avatar mnebes commented on May 23, 2024

Hi Roman, thanks for the quick reply!

Understood, yes this works, so we can get around this issue, no problem. This just looks kinda funny as a F# record without PascalCase, that's why I was wondering if it could be a feature, but I completely understand your hesitation.

from dapper.fsharp.

Dzoukr avatar Dzoukr commented on May 23, 2024

I agree it's funny. BUT... On the other hand, it will show that the record's existence is there only for DB reasons (as row interpretation) and should be mapped into the domain as soon as it leaves DB context. I am still not sure if this is bug in Dapper.FSharp library or essential feature 😄

from dapper.fsharp.

mnebes avatar mnebes commented on May 23, 2024

I also thought it could be a nice indicator that such a record should never leave the context of data access. Anyways, if you decide against such a feature just close this issue, as I said, I can easily work around this. Of course if you decide for it I'd be happy to help with the implementation!

from dapper.fsharp.

Related Issues (20)

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.