lefthandedgoat / genit

A cross-platform website generator and server using F#, Suave and PostgreSQL.
MIT License
66 stars 10 forks source link

very much work-in-progress support for Microsoft SQL #40

Closed davidpodhola closed 8 years ago

davidpodhola commented 8 years ago

Generally I would like to discuss if this is the right direction :-)

lefthandedgoat commented 8 years ago

Whats with all the changes to the paket file and all the extra System.*

Did newer versions of Npqsql add support for .net core?

lefthandedgoat commented 8 years ago

Ok I will take some time and work through this and clean it up. Thanks!

davidpodhola commented 8 years ago

Yes, I guess some .NETStandard support was added Npgsql. Not sure why this happened anyway.

lefthandedgoat commented 8 years ago

Ok I may go back to a previous version of Npgsql that doesn't have all of that stuff. I want to avoid .netcore for now until the dust settles and the F# story is solid.

davidpodhola commented 8 years ago

Very true, me trying to do the same.

lefthandedgoat commented 8 years ago

Sorry I was very busy with work. I have time today and my goal is to get this working!

davidpodhola commented 8 years ago

No problem, I can quite understand that :-) I would be very happy to commit more work to this. Still taking this PR more as the base for a discussion.

lefthandedgoat commented 8 years ago

Awesome. Let me look through it all again. It may be close enough that I can just spend an hour or two and finish it up.