JordanMarr / SqlHydra

SqlHydra is a suite of NuGet packages for working with databases in F# including code generation tools and query expressions.
MIT License
223 stars 22 forks source link

Add support in SqlHydra CLI for mySQL #100

Open RJSonnenberg opened 3 months ago

RJSonnenberg commented 3 months ago

I have a need for mySQL support. Up to now, I have manually written SqlHydra schema files for the few mySQL tables I need, but it is tedious work. I would much prefer to be able to use the CLI with mySQL.

JordanMarr commented 3 months ago

This looks great! It needs a mysql docker container and some tests, but I’ll try to get it released as a beta so you can use it.

JordanMarr commented 2 months ago

Sorry for the delay. I haven’t forgotten about this, I’ve just been busier than usual the last couple weeks. Hopefully i can get a beta release out in the next day or so.

RJSonnenberg commented 2 months ago

No rush. Like I mentioned in the PR, I was able to use my customized version to generate a schema so I'm not dead in the water or anything.