Rezoom.SQL
Rezoom.SQL copied to clipboard
Statically typechecks a common SQL dialect and translates it to various RDBMS backends
@rspeele First of all, welcome to fsprojects! I've restored your admin access to the repo. Can you please: - [ ] Add `Maintainers` section in the README.md like [this one](https://github.com/fsprojects/FSharp.Compatibility#maintainers)....
When I open a project in Visual Studio running with the .NET Standard branch of Rezoom.SQL I get the following error: , but I would like to be able to use type converters, especially for managing things like IDs, which I...
@rspeele would you mind giving a look at https://github.com/smoothdeveloper/Rezoom.SQL/pull/1 I've implemented basic stuff to get `create schema` and `drop schema` parsing and translation. I'm wondering if there is support in...
note that ```fsharp [] let ``test raw sql parameter`` () = let results = RawSQLQuery.Command(whereClause = [| sql "1="; arg 1 |]) |> runOnTestData for result in results do printfn...
I've left the samples as is (and runned them after my changes) so it doesn't impact end user documentation / tutorials, it looks to work fine AFAICS and will help...
Being able to support spatial queries and types would be AWESOME!