3 votes

F# embedded SQL syntax analysis when writing queries

Tags: fsharp, sql

1 comment

  1. vorotato
    Link
    Compile time type checks on strings of SQL that would run against the database in F#. It also supports loading from a file into a compile checked literal. Currently it only supports Postgres.

    Compile time type checks on strings of SQL that would run against the database in F#. It also supports loading from a file into a compile checked literal. Currently it only supports Postgres.

    2 votes