タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

DBとF#に関するryskosnのブックマーク (2)

  • F#でDapperを使ったDBアクセス - 猫に.NET

    いよいよマスタ保守画面を追加していきます。DBアクセスにはDapperを使用します。 F#にはType Providerというものがあって、コンパイル時に実際のデータへアクセスしてモデルを構築してしまうという強力な仕組みがあります。 CSVファイル、JSON、XML、HTMLならFSharp.Data、データベースならSQL Providerというものがあります。 来ならこれを使用するのが筋だと思うのですが、SQL Providerは.NET Coreでもビルドに .NET Frameworkが必要となっています。 F#のDBアクセスでは、他にRezoom.SQLという面白いものもあるのですが、こちらも.NET Frameworkで止まってます。Issueに、full support for type providers in .NET core.を待っているという言葉があります。 どう

    ryskosn
    ryskosn 2020/09/21
  • Using F# for database related tasks | F# for fun and profit

    This post is a continuation of the previous series on low-risk and incremental ways to use F# at work. In this one, we’ll see how F# can be unexpectedly helpful when it comes to database related tasks. Before moving on to the content of the post, here’s the full list of the twenty six ways: Part 1 - Using F# to explore and develop interactively 1. Use F# to explore the .NET framework interactively

    Using F# for database related tasks | F# for fun and profit
    ryskosn
    ryskosn 2014/07/08
  • 1