Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step-by-step guide to run NET Core app accessing Postgres on Linux #498

Closed
dmitry-a-morozov opened this issue Dec 21, 2017 · 3 comments
Closed

Comments

@dmitry-a-morozov
Copy link
Member

I would like to run netcoreapp2.0 on Linux that access Postgres via SQLProvider.
This guide https://fsprojects.github.io/SQLProvider/core/postgresql.html
doesn't work because dependencies managed differently on NET Core.

I looked at test project https://github.com/fsprojects/SQLProvider/blob/master/tests/SqlProvider.Core.Tests/Postgres/SqlProvider.Core.Tests.fsproj
but I still could not figure it out.

Please put together step-by-step instructions similar to
https://medium.com/@dsincl12/f-with-net-core-2-0-4-and-sqlprovider-d8f071119da9

Thanks

@Thorium
Copy link
Member

Thorium commented Jan 5, 2018

This is good idea. I think the right place would be adding a Readme.MD file under each database in https://github.com/fsprojects/SQLProvider/tree/master/tests/SqlProvider.Core.Tests and that readme should contain a chapter for each operating system (Win/Mac/Ubuntu)

Thorium added a commit to Thorium/SqlProvider that referenced this issue Mar 12, 2018
Thorium added a commit that referenced this issue Mar 12, 2018
@Thorium
Copy link
Member

Thorium commented Mar 12, 2018

Ok, now there is something to start with. We can improve those.

@dmitry-a-morozov
Copy link
Member Author

@Thorium Great ! Thank you. Feel free to close the issue.

@Thorium Thorium closed this as completed Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants